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

SF.net SVN: ledger-smb:[6012] branches/1.3



Revision: 6012
          http://sourceforge.net/p/ledger-smb/code/6012
Author:   einhverfr
Date:     2013-09-13 10:40:57 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
Changes to make the X's on the left more obvious as to what they do (css-wise, to be merged with 1.3)
(merged from trunk)

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/payments/payment2.html
    branches/1.3/css/ledgersmb.css

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-09-13 10:38:13 UTC (rev 6011)
+++ branches/1.3/Changelog	2013-09-13 10:40:57 UTC (rev 6012)
@@ -12,6 +12,7 @@
 * Dropped not null requirement on zip/mail codes (Chris T, 863)
 * Fixed on hold throwing http 500 errors (Chris T and Nick P, 872)
 * Fixed on hold not available for ar/ap transactions (Chris T, 838)
+* Fixed single payments screen confusing (Chris T, 856)
 
 
 Changelog for 1.3.34

Modified: branches/1.3/UI/payments/payment2.html
===================================================================
--- branches/1.3/UI/payments/payment2.html	2013-09-13 10:38:13 UTC (rev 6011)
+++ branches/1.3/UI/payments/payment2.html	2013-09-13 10:40:57 UTC (rev 6012)
@@ -210,7 +210,7 @@
       </table>
      </div>
      </td>
-     <td valign="MIDDLE"><input type="checkbox" name="checkbox_<?lsmb row.invoice.id ?>"></td>
+     <td valign="MIDDLE"><input type="checkbox" class="remove" name="checkbox_<?lsmb row.invoice.id ?>"></td>
    <?lsmb END ?>
    </tr>
    <?lsmb  colspan = column_count - 2 # We will use this later on totals -?>
@@ -264,7 +264,7 @@
      	<input type="hidden" id="overpayment_topay_<?lsmb overpayment_item -?>" name="overpayment_topay_<?lsmb overpayment_item -?>" value="<?lsmb item.amount ?>" />
      	<?lsmb overpayment_subtotal = overpayment_subtotal + item.amount -?>
      </td>
-     <td align="center"><input type="checkbox" name="overpayment_checkbox_<?lsmb overpayment_item -?>"/></td>   
+     <td align="center"><input type="checkbox" class="remove" name="overpayment_checkbox_<?lsmb overpayment_item -?>"/></td>   
    </tr>        
    <?lsmb END -?>
    <?lsmb #Now we insert an empty field to process a new overpayment -?>
@@ -306,7 +306,7 @@
         value="0"
       />
      </td>
-     <td align="center"><input type="checkbox" name="overpayment_checkbox_<?lsmb overpayment_item -?>"/></td>
+     <td align="center"><input type="checkbox" class="remove" name="overpayment_checkbox_<?lsmb overpayment_item -?>"/></td>
    </tr>
    <tr class="listsubtotal">
    <th colspan="5" align="right"><?lsmb text('Subtotal') -?></th>

Modified: branches/1.3/css/ledgersmb.css
===================================================================
--- branches/1.3/css/ledgersmb.css	2013-09-13 10:38:13 UTC (rev 6011)
+++ branches/1.3/css/ledgersmb.css	2013-09-13 10:40:57 UTC (rev 6012)
@@ -227,6 +227,17 @@
 tr.warning {
 	background-color: yellow;
 }
+input[type=checkbox].remove::before {
+    display: inline-block;
+    content: ' X '; 
+    width: 12px;
+    text-align: center;
+    background: white;
+    color: white; 
+}
+input[type=checkbox].remove:checked:before { 
+    background:red; 
+}
 
 /* Theming controls based on transaction status */
 /* disabled for now to speed release 

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits