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

SF.net SVN: ledger-smb:[4001] branches/1.3/UI/payments/payment1.html



Revision: 4001
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4001&view=rev
Author:   tshvr
Date:     2011-11-14 15:30:37 +0000 (Mon, 14 Nov 2011)
Log Message:
-----------
Payments text if not receipt

Modified Paths:
--------------
    branches/1.3/UI/payments/payment1.html

Modified: branches/1.3/UI/payments/payment1.html
===================================================================
--- branches/1.3/UI/payments/payment1.html	2011-11-14 12:57:09 UTC (rev 4000)
+++ branches/1.3/UI/payments/payment1.html	2011-11-14 15:30:37 UTC (rev 4001)
@@ -28,7 +28,12 @@
 <?lsmb type.type = "hidden"; INCLUDE input element_data=type; -?>
 <table width="100%">
   <tr id="top-bar" class="listtop">
-    <th id="top-bar-header" class="listtop"><label  id="top-bar-header-label"><?lsmb text('Receipts') ?></th>
+    <th id="top-bar-header" class="listtop"><label  id="top-bar-header-label">
+     <?lsmb IF (type.value == 'receipt') -?>
+      <?lsmb text('Receipts') ?>
+     <?lsmb ELSE; text('Payments') -?>
+     <?lsmb END -?>                     		 
+    </th>
   </tr>
 </table>
 

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