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

SF.net SVN: ledger-smb:[3998] branches/1.3/templates/demo/invoice.html



Revision: 3998
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3998&view=rev
Author:   einhverfr
Date:     2011-11-14 07:57:25 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
Correcting text translation parameterization issue.  UTF8 still not working in this template

Modified Paths:
--------------
    branches/1.3/templates/demo/invoice.html

Modified: branches/1.3/templates/demo/invoice.html
===================================================================
--- branches/1.3/templates/demo/invoice.html	2011-11-13 23:16:12 UTC (rev 3997)
+++ branches/1.3/templates/demo/invoice.html	2011-11-14 07:57:25 UTC (rev 3998)
@@ -1,4 +1,4 @@
-<?lsmb INCLUDE 'ui-header.html' ?>
+ï<?lsmb INCLUDE 'ui-header.html' ?>
 <body>
 <table width="100%">
 
@@ -217,7 +217,7 @@
 	  <td><?lsmb text_amount ?> ***** <?lsmb decimal ?>/100</td>
 	  
           <td align=right nowrap>
-          <?lsmb text('All prices in [1]', currency) ?>
+          <?lsmb text('All prices in [_1]', currency) ?>
           </td>
         </tr>
       </table>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.