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

SF.net SVN: ledger-smb:[2914] trunk/UI/accounts/edit.html



Revision: 2914
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2914&view=rev
Author:   einhverfr
Date:     2010-02-26 20:02:22 +0000 (Fri, 26 Feb 2010)

Log Message:
-----------
Applying other part of Lacey's patch

Modified Paths:
--------------
    trunk/UI/accounts/edit.html

Modified: trunk/UI/accounts/edit.html
===================================================================
--- trunk/UI/accounts/edit.html	2010-02-26 18:59:59 UTC (rev 2913)
+++ trunk/UI/accounts/edit.html	2010-02-26 20:02:22 UTC (rev 2914)
@@ -60,12 +60,18 @@
                           ${checked.E_} => checked.E_,
                           value => 'E'} ?>
                 </td>
-                <td>
+                <td align="right">
                   <?lsmb INCLUDE input element_data={
                           name => 'contra',
                           type => 'checkbox',
                           label => text('Contra'),
                           ${checked.contra} => checked.contra,
+                          value => '1'} ?><br/>
+                  <?lsmb INCLUDE input element_data={
+                          name => 'recon',
+                          type => 'checkbox',
+                          label => text('Recon'),
+                          ${checked.recon} => checked.recon,
                           value => '1'} ?>
                 </td>
                 <td align="right">


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