[Weberp-svn] SF.net SVN: weberp:[8732] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-04-29 19:21:11
|
Revision: 8732 http://weberp.svn.sourceforge.net/weberp/?rev=8732&view=rev Author: tim_schofield Date: 2012-04-29 19:21:05 +0000 (Sun, 29 Apr 2012) Log Message: ----------- Layout improvements, new css and buttons Modified Paths: -------------- trunk/SupplierAllocations.php trunk/css/silverwolf/default.css Modified: trunk/SupplierAllocations.php =================================================================== --- trunk/SupplierAllocations.php 2012-04-29 19:20:54 UTC (rev 8731) +++ trunk/SupplierAllocations.php 2012-04-29 19:21:05 UTC (rev 8732) @@ -528,8 +528,8 @@ echo '<div class="centre"><input type="hidden" name="TotalNumberOfAllocs" value="' . $Counter . '" />'; - echo '<br /><input type="submit" name="RefreshAllocTotal" value="' . _('Recalculate Total To Allocate') . '" />'; - echo '<input type="submit" name="UpdateDatabase" value="' . _('Process Allocations') . '" /></div>'; + echo '<br /><button type="submit" name="RefreshAllocTotal">' . _('Recalculate Total To Allocate') . '</button>'; + echo '<button type="submit" name="UpdateDatabase">' . _('Process Allocations') . '</button></div></button>'; } elseif(isset($_GET['SupplierID'])){ Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2012-04-29 19:20:54 UTC (rev 8731) +++ trunk/css/silverwolf/default.css 2012-04-29 19:21:05 UTC (rev 8732) @@ -677,6 +677,8 @@ font-size: 150%; color: white; background-color: #7A7A89; + background: -moz-linear-gradient(left, #C3C0C0, #7A7A89); + background: -webkit-linear-gradient(left, #C3C0C0, #7A7A89); width: 33%; border-style: solid; border-width: 1px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |