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

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



Revision: 4390
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4390&view=rev
Author:   ehuelsmann
Date:     2012-03-06 19:52:25 +0000 (Tue, 06 Mar 2012)
Log Message:
-----------
Move selection radio button to the first column as that's where the 'Continue'
button is as well.  Additionally, the 'Search' button on the previous page is
also on the left side of the screen.

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

Modified: branches/1.3/UI/payments/payment1_5.html
===================================================================
--- branches/1.3/UI/payments/payment1_5.html	2012-03-06 13:36:30 UTC (rev 4389)
+++ branches/1.3/UI/payments/payment1_5.html	2012-03-06 19:52:25 UTC (rev 4390)
@@ -42,11 +42,10 @@
  <?lsmb i = i + 1; j = i % 2; alterning_style = "listrow$j" ?>
  
    <tr class="<?lsmb alterning_style -?>">
-     <td align="center"><?lsmb i -?> </td>
-     <td align="center"><?lsmb item.name -?>  </td>
      <td align="center">
      <input type="radio" name="vendor-customer" id="vendor-customer_id" value="<?lsmb  item.id -?>--<?lsmb item.name -?>" />
      </td>
+     <td align="center"><?lsmb item.name -?>  </td>
   <?lsmb END -?>   
 </table>
 

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