[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5608] trunk
- Subject: SF.net SVN: ledger-smb:[5608] trunk
- From: ..hidden..
- Date: Sat, 19 Jan 2013 09:37:10 +0000
Revision: 5608
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5608&view=rev
Author: einhverfr
Date: 2013-01-19 09:37:10 +0000 (Sat, 19 Jan 2013)
Log Message:
-----------
Adding ID's for relevant elements for payment entry in invoices and transactions so these can be hidden via CSS
Modified Paths:
--------------
trunk/Changelog
trunk/bin/aa.pl
trunk/bin/ir.pl
trunk/bin/is.pl
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2013-01-18 08:09:49 UTC (rev 5607)
+++ trunk/Changelog 2013-01-19 09:37:10 UTC (rev 5608)
@@ -102,6 +102,8 @@
is not a total pain(Chris T)
* Fixed lines 2 and 3 not showing on address div for contacts (Chris T)
* Fixed credit limit not accounting for some payments (Chris T, 3600679)
+* Payments tables in invoice/transaction screens can be references in CSS
+(Chris T)
Changelog for 1.3.28
* Added db list to setup.pl when no db is entered and credentials allow login
Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl 2013-01-18 08:09:49 UTC (rev 5607)
+++ trunk/bin/aa.pl 2013-01-19 09:37:10 UTC (rev 5608)
@@ -827,11 +827,11 @@
</td>
</tr>
- <tr class=listheading>
+ <tr class=listheading id="transaction-payments-label">
<th class=listheading>| . $locale->text('Payments') . qq|</th>
</tr>
- <tr>
+ <tr id="invoice-payments-table">
<td>
<table width=100%>
|;
Modified: trunk/bin/ir.pl
===================================================================
--- trunk/bin/ir.pl 2013-01-18 08:09:49 UTC (rev 5607)
+++ trunk/bin/ir.pl 2013-01-19 09:37:10 UTC (rev 5608)
@@ -788,7 +788,7 @@
</tr>
<tr>
<td>
- <table width=100%>
+ <table width=100% id="invoice-payments-table">
<tr>
<th colspan=6 class=listheading>| . $locale->text('Payments') . qq|</th>
</tr>
Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl 2013-01-18 08:09:49 UTC (rev 5607)
+++ trunk/bin/is.pl 2013-01-19 09:37:10 UTC (rev 5608)
@@ -832,7 +832,7 @@
</tr>
<tr>
<td>
- <table width=100%>
+ <table width=100% id="invoice-payments-table">
<tr class=listheading>
<th colspan=6 class=listheading>| . $locale->text('Payments') . qq|</th>
</tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.