diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
commit | eedad02e621755aa269a6728364fa2ef07f6bca9 (patch) | |
tree | e56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Russian-sales_quotation.html | |
parent | 1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff) |
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Russian-sales_quotation.html')
-rwxr-xr-x | templates/Russian-sales_quotation.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/templates/Russian-sales_quotation.html b/templates/Russian-sales_quotation.html index f8798ba6..11d62ce7 100755 --- a/templates/Russian-sales_quotation.html +++ b/templates/Russian-sales_quotation.html @@ -8,7 +8,7 @@ <td> </td> <td colspan=3> <br> - <h3>Резервирование N 000<%quonumber%> от <%quodate%></h3> + <h3>Резервирование N 000<?lsmb quonumber ?> от <?lsmb quodate ?></h3> <hr> </th> </tr> @@ -16,11 +16,11 @@ <td width=10> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <td> - Поставщик: <b><%company%></b> - <br>Покупатель:<b> <%name%></b> + Поставщик: <b><?lsmb company ?></b> + <br>Покупатель:<b> <?lsmb name ?></b> </td> </tr> @@ -35,27 +35,27 @@ <table border=1 width=100% cellpadding=2 cellspacing=0> <tr> <th>No.</th> - <th width=90%>Товар</th> + <th width=90 ?>Товар</th> <th>Кол-во</th> <th>Ед.</th> <th>Цена</th> <th>Сумма</th> </tr> - <%foreach number%> + <?lsmb foreach number ?> <tr valign=top> - <td align=right><%runningnumber%></td> - <td><%description%></td> - <td align=right><%qty%></td> + <td align=right><?lsmb runningnumber ?></td> + <td><?lsmb description ?></td> + <td align=right><?lsmb qty ?></td> <td align=center>шт.</td> - <td align=right><%sellprice%></td> - <td align=right><%linetotal%></td> + <td align=right><?lsmb sellprice ?></td> + <td align=right><?lsmb linetotal ?></td> </tr> - <%end number%> + <?lsmb end number ?> <tr> <th colspan=5 align=right>Итого:</th> - <th align=right><%subtotal%></th> + <th align=right><?lsmb subtotal ?></th> </tr> </table> @@ -72,7 +72,7 @@ <td> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <th colspan=2> <hr height=1> |