phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/templates/base invoice.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base invoice.xsl
Date: Mon, 09 Oct 2006 07:24:32 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/09 07:24:32

Modified files:
        templates/base : invoice.xsl 

Log message:
        Switched to the API's ACL

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/invoice.xsl?cvsroot=phpgroupware&r1=1.18&r2=1.19

Patches:
Index: invoice.xsl
===================================================================
RCS file: /sources/phpgroupware/property/templates/base/invoice.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- invoice.xsl 19 Sep 2006 09:51:46 -0000      1.18
+++ invoice.xsl 9 Oct 2006 07:24:31 -0000       1.19
@@ -1,4 +1,4 @@
-<!-- $Id: invoice.xsl,v 1.18 2006/09/19 09:51:46 sigurdne Exp $ -->
+<!-- $Id: invoice.xsl,v 1.19 2006/10/09 07:24:31 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -418,7 +418,7 @@
                                <td class="small_text" align="right">
        
                                        <xsl:choose>
-                                               <xsl:when 
test="is_janitor='32'">
+                                               <xsl:when test="is_janitor='1'">
                                                        <xsl:choose>
                                                                <xsl:when 
test="jan_date=''">
                                                                        <input 
type="radio" name="values[sign][{$counter}]" value="sign_janitor" 
onMouseout="window.status='';return true;">
@@ -453,7 +453,7 @@
                                <td class="small_text" align="right">
                                
                                        <xsl:choose>
-                                               <xsl:when 
test="is_supervisor='64'"><xsl:value-of select="super_date"/>
+                                               <xsl:when 
test="is_supervisor='1'"><xsl:value-of select="super_date"/>
                                                        <xsl:choose>
                                                                <xsl:when 
test="super_date=''">
                                                                        <input 
type="radio" name="values[sign][{$counter}]" value="sign_supervisor" 
onMouseout="window.status='';return true;">
@@ -487,7 +487,7 @@
                                </td>
                                <td class="small_text" align="right">
                                        <xsl:choose>
-                                               <xsl:when 
test="is_budget_responsible='128'">
+                                               <xsl:when 
test="is_budget_responsible='1'">
                                                        <xsl:choose>
                                                                <xsl:when 
test="budget_date=''">
                                                                        <input 
type="radio" name="values[sign][{$counter}]" value="sign_budget_responsible" 
onMouseout="window.status='';return true;">
@@ -520,7 +520,7 @@
                                </td>
                                <td class="small_text" align="right">
                                        <xsl:choose>
-                                               <xsl:when 
test="is_transfer='16'">
+                                               <xsl:when 
test="is_transfer='1'">
                                                        <xsl:choose>
                                                                <xsl:when 
test="transfer_date=''">
                                                                        <input 
type="checkbox" name="values[transfer][{$counter}]" value="true" 
onMouseout="window.status='';return true;">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]