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

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



Revision: 5582
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5582&view=rev
Author:   einhverfr
Date:     2013-01-16 05:13:13 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
Credit div now allows pricegroup to be relatively positioned.

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/Contact/contact.html

Property Changed:
----------------
    branches/1.3/Changelog

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-16 05:11:46 UTC (rev 5581)
+++ branches/1.3/Changelog	2013-01-16 05:13:13 UTC (rev 5582)
@@ -10,6 +10,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


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563,5565,5578-5579,5581

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2013-01-16 05:11:46 UTC (rev 5581)
+++ branches/1.3/UI/Contact/contact.html	2013-01-16 05:13:13 UTC (rev 5582)
@@ -581,6 +581,7 @@
 			class = "numeric"
                } ?>
           <td> <?lsmb IF pricegroups.size > 0 ?>
+               <div id="pricegroup-div">
                <?lsmb pricegroups.unshift({});
                 INCLUDE select element_data = {
                      default_values = [pricegroup_id],
@@ -589,7 +590,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.