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

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



Revision: 5580
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5580&view=rev
Author:   einhverfr
Date:     2013-01-15 09:07:51 +0000 (Tue, 15 Jan 2013)
Log Message:
-----------
Merging from trunk: Adding version number to top of menu

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/menu/expanding.html
    branches/1.3/css/ledgersmb.css

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


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563,5565,5569,5576,5579

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-15 09:03:52 UTC (rev 5579)
+++ branches/1.3/Changelog	2013-01-15 09:07:51 UTC (rev 5580)
@@ -7,7 +7,9 @@
 environments (Chris T, 3598924, filed by Erik H)
 * Added provision in Makefile to instantiate pos.conf.pl if not exist (Chris
 T, 3599945)
-* Fixing eca__location_save not found (Chris T, 3599908)
+* 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)
 
 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
   + /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

Modified: branches/1.3/UI/menu/expanding.html
===================================================================
--- branches/1.3/UI/menu/expanding.html	2013-01-15 09:03:52 UTC (rev 5579)
+++ branches/1.3/UI/menu/expanding.html	2013-01-15 09:07:51 UTC (rev 5580)
@@ -42,6 +42,7 @@
                 <div style="text-align: center"><a target="_blank" href="http://ledgersmb.org/";>
 		<img class="cornderlogo" src="images/ledgersmb_small.png" width="100" height="50" border="1" alt="LedgerSMB" />
                 </a></div>
+	<div id="version_info"><?lsmb text("LedgerSMB [_1]", version) ?></div>
 	<div id="company_info"><?lsmb text("Logged into [_1]", company) ?></div>
 	<ul id="top_menu" class="menu_open">
 	<?lsmb old_level = 0 ?>

Modified: branches/1.3/css/ledgersmb.css
===================================================================
--- branches/1.3/css/ledgersmb.css	2013-01-15 09:03:52 UTC (rev 5579)
+++ branches/1.3/css/ledgersmb.css	2013-01-15 09:07:51 UTC (rev 5580)
@@ -30,7 +30,7 @@
   font-size: 10pt;
 }
 
-#company_info {
+#company_info, #version_info {
    font-weight: bold;
    font-size: 9pt;
 }

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