[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5581] trunk
- Subject: SF.net SVN: ledger-smb:[5581] trunk
- From: ..hidden..
- Date: Wed, 16 Jan 2013 05:11:46 +0000
Revision: 5581
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5581&view=rev
Author: einhverfr
Date: 2013-01-16 05:11:46 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Credit div now allows pricegroup to be relatively positioned.
Modified Paths:
--------------
trunk/Changelog
trunk/UI/Contact/divs/credit.html
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2013-01-15 09:07:51 UTC (rev 5580)
+++ trunk/Changelog 2013-01-16 05:11:46 UTC (rev 5581)
@@ -90,6 +90,8 @@
* Fixed errors adding shipto on invoice screen (Chris T, 3599908)
* Fixed permission denied errors adding translations (Chris T, 3599943)
* Added version number to message at top of menu (Chris T, 3600009)
+* Added wrapper div around pricegroup field in contact screen to allow cssp,
+Chris T.
Changelog for 1.3.28
* Added db list to setup.pl when no db is entered and credentials allow login
Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html 2013-01-15 09:07:51 UTC (rev 5580)
+++ trunk/UI/Contact/divs/credit.html 2013-01-16 05:11:46 UTC (rev 5581)
@@ -209,7 +209,7 @@
class = "numeric"
} ?></td>
<td><?lsmb IF pricegroups.size > 0 ?>
- <?lsmb pricegroups.unshift({});
+ <div id="pricegroup-div"><?lsmb pricegroups.unshift({});
INCLUDE select element_data = {
default_values = [credit_act.pricegroup_id],
name = 'pricegroup_id'
@@ -217,7 +217,7 @@
label = text('Pricegroup')
value_attr = 'id'
text_attr = 'pricegroup'
- } ?>
+ } ?></div>
<?lsmb END ?></td>
</tr>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.