phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/templates/default category_form.tpl,1.22,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/templates/default category_form.tpl,1.22,1.22.2.1 inv_listproducts.tpl,1.19,1.19.2.1 invoice_print.tpl,1.12,1.12.2.1 listcategorys.tpl,1.20,1.20.2.1 product_form.tpl,1.30,1.30.2.1
Date: Fri, 01 Mar 2002 15:38:14 -0500

Update of /cvsroot/phpgroupware/inv/templates/default
In directory subversions:/tmp/cvs-serv20534/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        category_form.tpl inv_listproducts.tpl invoice_print.tpl 
        listcategorys.tpl product_form.tpl 
Log Message:
update langs

Index: category_form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/Attic/category_form.tpl,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -C2 -r1.22 -r1.22.2.1
*** category_form.tpl   19 Jul 2001 00:13:57 -0000      1.22
--- category_form.tpl   1 Mar 2002 20:38:11 -0000       1.22.2.1
***************
*** 27,31 ****
        <tr>
                <td>{lang_tax}:</td>
!               <td><input name="tax" size="6" value="{tax}" 
maxlength="6">&nbsp;{lang_procent}</td>
        </tr>
        <tr>
--- 27,31 ----
        <tr>
                <td>{lang_tax}:</td>
!               <td><input name="tax" size="6" value="{tax}" 
maxlength="6">&nbsp;%</td>
        </tr>
        <tr>

Index: inv_listproducts.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/inv_listproducts.tpl,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -r1.19 -r1.19.2.1
*** inv_listproducts.tpl        17 Jun 2001 06:06:13 -0000      1.19
--- inv_listproducts.tpl        1 Mar 2002 20:38:11 -0000       1.19.2.1
***************
*** 37,41 ****
                <td width="15%" bgcolor="{th_bg}">{lang_serial}</td>
                <td width="15%" bgcolor="{th_bg}">{lang_name}</td>
!               <td width="10%" bgcolor="{th_bg}" 
align="right">{lang_procent}&nbsp;{lang_tax}</td>
                <td width="10%" bgcolor="{th_bg}" 
align="right">{currency}&nbsp;{lang_price}</td>
                <td width="10%" bgcolor="{th_bg}" 
align="right">{currency}&nbsp;{lang_sum_net}</td>
--- 37,41 ----
                <td width="15%" bgcolor="{th_bg}">{lang_serial}</td>
                <td width="15%" bgcolor="{th_bg}">{lang_name}</td>
!               <td width="10%" bgcolor="{th_bg}" 
align="right">%&nbsp;{lang_tax}</td>
                <td width="10%" bgcolor="{th_bg}" 
align="right">{currency}&nbsp;{lang_price}</td>
                <td width="10%" bgcolor="{th_bg}" 
align="right">{currency}&nbsp;{lang_sum_net}</td>

Index: invoice_print.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/invoice_print.tpl,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** invoice_print.tpl   22 Jun 2001 02:33:10 -0000      1.12
--- invoice_print.tpl   1 Mar 2002 20:38:12 -0000       1.12.2.1
***************
*** 42,46 ****
                <td width="10%"><font face="{font}">{lang_serial}</font></td>
                <td width="15%"><font 
face="{font}">{lang_product_name}</font></td>
!               <td width="10%" align="right"><font 
face="{font}">{lang_procent}&nbsp;{lang_tax}</font></td>
                <td width="10%" align="right"><font 
face="{font}">{currency}&nbsp;{lang_price}</font></td>
                <td width="10%" align="right"><font 
face="{font}">{currency}&nbsp;{lang_sum_net}</font></td>
--- 42,46 ----
                <td width="10%"><font face="{font}">{lang_serial}</font></td>
                <td width="15%"><font 
face="{font}">{lang_product_name}</font></td>
!               <td width="10%" align="right"><font 
face="{font}">%&nbsp;{lang_tax}</font></td>
                <td width="10%" align="right"><font 
face="{font}">{currency}&nbsp;{lang_price}</font></td>
                <td width="10%" align="right"><font 
face="{font}">{currency}&nbsp;{lang_sum_net}</font></td>

Index: listcategorys.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/Attic/listcategorys.tpl,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -r1.20 -r1.20.2.1
*** listcategorys.tpl   23 Jul 2001 21:59:33 -0000      1.20
--- listcategorys.tpl   1 Mar 2002 20:38:12 -0000       1.20.2.1
***************
*** 27,31 ****
                <td width=15% bgcolor="{th_bg}">{sort_number}</td>
                <td width=30% bgcolor="{th_bg}">{sort_description}</td>
!               <td width=8% bgcolor="{th_bg}" 
align="right">{lang_procent}&nbsp;{sort_tax}</td>
                <td width=8% bgcolor="{th_bg}" 
align="center">{lang_products}</td>
                <td width=8% bgcolor="{th_bg}" align="center">{lang_sub}</td>
--- 27,31 ----
                <td width=15% bgcolor="{th_bg}">{sort_number}</td>
                <td width=30% bgcolor="{th_bg}">{sort_description}</td>
!               <td width=8% bgcolor="{th_bg}" 
align="right">%&nbsp;{sort_tax}</td>
                <td width=8% bgcolor="{th_bg}" 
align="center">{lang_products}</td>
                <td width=8% bgcolor="{th_bg}" align="center">{lang_sub}</td>

Index: product_form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/product_form.tpl,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -C2 -r1.30 -r1.30.2.1
*** product_form.tpl    7 Jun 2001 05:55:11 -0000       1.30
--- product_form.tpl    1 Mar 2002 20:38:12 -0000       1.30.2.1
***************
*** 58,62 ****
                <td colspan="2" height="15"><div 
align="right">{lang_cost}:&nbsp;{currency}</div></td>
                <td width="24%" height="15"><input name="cost" 
value="{cost}"></td>
!               <td width="21%" height="15"><div 
align="right">{lang_x}{lang_in_stock}:</div></td>
                <td width="25%" height="15"><input name="stock" 
value="{stock}"></td>
        </tr>
--- 58,62 ----
                <td colspan="2" height="15"><div 
align="right">{lang_cost}:&nbsp;{currency}</div></td>
                <td width="24%" height="15"><input name="cost" 
value="{cost}"></td>
!               <td width="21%" height="15"><div 
align="right">#&nbsp;{lang_in_stock}:</div></td>
                <td width="25%" height="15"><input name="stock" 
value="{stock}"></td>
        </tr>




reply via email to

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