[Weberp-svn] SF.net SVN: weberp:[8164] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-09-16 20:51:59
|
Revision: 8164 http://weberp.svn.sourceforge.net/weberp/?rev=8164&view=rev Author: tim_schofield Date: 2011-09-16 20:51:51 +0000 (Fri, 16 Sep 2011) Log Message: ----------- Updates to the silverwolf theme Modified Paths: -------------- trunk/ContractBOM.php trunk/CustomerReceipt.php trunk/DeliveryDetails.php trunk/GLJournalInquiry.php trunk/POReport.php trunk/PO_OrderDetails.php trunk/PcAssignCashToTab.php trunk/PcClaimExpensesFromTab.php trunk/PcExpensesTypeTab.php trunk/Prices_Customer.php trunk/RecurringSalesOrders.php trunk/ReprintGRN.php trunk/SelectCreditItems.php trunk/SelectSalesOrder.php trunk/SelectWorkOrder.php trunk/ShipmentCosting.php trunk/Shipments.php trunk/Shipt_Select.php trunk/StockCostUpdate.php trunk/StockSerialItems.php trunk/StockStatus.php trunk/StockUsage.php trunk/SuppCreditGRNs.php trunk/SuppFixedAssetChgs.php trunk/SuppInvGRNs.php trunk/SuppShiptChgs.php trunk/SuppTransGLAnalysis.php trunk/SupplierContacts.php trunk/SupplierTenderCreate.php trunk/SupplierTenders.php trunk/TaxAuthorityRates.php trunk/TaxGroups.php trunk/WhereUsedInquiry.php trunk/WorkOrderStatus.php trunk/Z_UpgradeDatabase.php trunk/css/silverwolf/default.css trunk/includes/phplot/phplot.php trunk/includes/phplot/rgb.inc.php trunk/includes/tcpdf/htmlcolors.php Modified: trunk/ContractBOM.php =================================================================== --- trunk/ContractBOM.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/ContractBOM.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -232,7 +232,7 @@ echo '<table cellpadding="2" class="selection">'; if (isset($_SESSION['Contract'.$identifier]->ContractRef)) { - echo '<tr><th colspan="7"><font color="navy" size="2">' . _('Contract Reference:') .' '. $_SESSION['Contract'.$identifier]->ContractRef.'</font></th></tr>'; + echo '<tr><th colspan="7"><font color="#616161" size="2">' . _('Contract Reference:') .' '. $_SESSION['Contract'.$identifier]->ContractRef.'</font></th></tr>'; } echo '<tr> Modified: trunk/CustomerReceipt.php =================================================================== --- trunk/CustomerReceipt.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/CustomerReceipt.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -934,7 +934,7 @@ if (isset($_POST['GLEntry']) AND isset($_SESSION['ReceiptBatch'])){ /* Set up a heading for the transaction entry for a GL Receipt */ echo '<br /><table class="selection">'; - echo '<th colspan="2"><font size="2" color="navy">' . _('General Ledger Receipt Entry') . '</font></th>'; + echo '<th colspan="2"><font size="2" color="#616161">' . _('General Ledger Receipt Entry') . '</font></th>'; //Select the tag echo '<tr><td>' . _('Select Tag') . ':</td><td><select name="tag">'; Modified: trunk/DeliveryDetails.php =================================================================== --- trunk/DeliveryDetails.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/DeliveryDetails.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -810,9 +810,9 @@ echo '<table cellpading="2" class="selection">'; if ($_SESSION['Items'.$identifier]->Quotation==1){ - echo '<tr><th colspan="7"><font size="2" color="navy">'._('Quotation Summary').'</font></th></tr>'; + echo '<tr><th colspan="7"><font size="2" color="#616161">'._('Quotation Summary').'</font></th></tr>'; } else { - echo '<tr><th colspan="7"><font size="2" color="navy">'._('Order Summary').'</font></th></tr>'; + echo '<tr><th colspan="7"><font size="2" color="#616161">'._('Order Summary').'</font></th></tr>'; } echo '<tr> <th>'. _('Item Code') .'</th> @@ -939,7 +939,7 @@ } echo '<br /><table class="selection">'; -echo '<tr><th colspan="2"><font color="navy" size="3">'._('Delivery Details').'</font></th></tr>'; +echo '<tr><th colspan="2"><font color="#616161" size="3">'._('Delivery Details').'</font></th></tr>'; echo '<tr> <td>'. _('Deliver To') .':</td> <td><input type="text" size="42" maxlength="40" name="DeliverTo" value="' . $_SESSION['Items'.$identifier]->DeliverTo . '" /></td> Modified: trunk/GLJournalInquiry.php =================================================================== --- trunk/GLJournalInquiry.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/GLJournalInquiry.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -11,7 +11,7 @@ echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class="selection">'; - echo '<tr><th colspan="3"><font color="navy" size="2">' . _('Selection Criteria') . '</font></th></tr>'; + echo '<tr><th colspan="3"><font color="#616161" size="2">' . _('Selection Criteria') . '</font></th></tr>'; $sql = "SELECT typeno FROM systypes WHERE typeid=0"; $result = DB_query($sql, $db); @@ -86,7 +86,7 @@ } if ($myrow['typeno']!=$LastJournal) { - echo '<tr><td colspan="8" bgcolor="navy"></td></tr><tr> + echo '<tr><td colspan="8" bgcolor="#616161"></td></tr><tr> <td>'. ConvertSQLDate($myrow['trandate']) . '</td> <td class="number">'.$myrow['typeno'].'</td>'; Modified: trunk/POReport.php =================================================================== --- trunk/POReport.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/POReport.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -630,7 +630,7 @@ else { $SortBy_Display = $Detail_Array[$_POST['SortBy']]; } - echo '<tr><th colspan="2"><font size="3" color="navy">' . _('Header Details') . '</font></th></tr>'; + echo '<tr><th colspan="2"><font size="3" color="#616161">' . _('Header Details') . '</font></th></tr>'; echo '<tr><td>' . _('Purchase Order Report') . '</td><td>' . $_POST['ReportType'] . ' By ' . $SortBy_Display . '</td></tr>'; echo '<tr><td>' . _('Date Type') . '</td><td>' . $_POST['DateType'] . '</tr>'; echo '<tr><td>' . _('Date Range') . '</td><td>' . $_POST['FromDate'] . _(' To ') . $_POST['ToDate'] . '</td></tr>'; Modified: trunk/PO_OrderDetails.php =================================================================== --- trunk/PO_OrderDetails.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/PO_OrderDetails.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -85,7 +85,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/supplier.png" title="' . _('Purchase Order') . '" alt="" />' . ' ' . $title . '</p>'; echo '<table class="selection" cellpadding="2">'; -echo '<tr><th colspan="8"><font size="3" color="navy">'. _('Order Header Details'). '</font></th></tr>'; +echo '<tr><th colspan="8"><font size="3" color="#616161">'. _('Order Header Details'). '</font></th></tr>'; echo '<tr><th style="text-align:left">' . _('Supplier Code'). '</td><td><a href="SelectSupplier.php?SupplierID='.$myrow['supplierid'].'">' . $myrow['supplierid'] . '</a></td> <th style="text-align:left">' . _('Supplier Name'). '</td><td><a href="SelectSupplier.php?SupplierID='.$myrow['supplierid'].'">' . $myrow['suppname'] . '</a></td></tr>'; @@ -147,7 +147,7 @@ echo '<table colspan="8" class="selection" cellpadding="0">'; -echo '<tr><th colspan="8"><font size="3" color="navy">'. _('Order Line Details'). '</font></th></tr>'; +echo '<tr><th colspan="8"><font size="3" color="#616161">'. _('Order Line Details'). '</font></th></tr>'; echo '<tr> <th>' . _('Item Code'). '</td> <th>' . _('Item Description'). '</td> Modified: trunk/PcAssignCashToTab.php =================================================================== --- trunk/PcAssignCashToTab.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/PcAssignCashToTab.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -220,7 +220,7 @@ $result = DB_query($sql,$db); echo '<br /><table class="selection">'; - echo '<tr><th colspan="8"><font color="navy" size="2">' . _('Details Of Petty Cash Tab ') . '' .$SelectedTabs. '</form></th></tr>'; + echo '<tr><th colspan="8"><font color="#616161" size="2">' . _('Details Of Petty Cash Tab ') . '' .$SelectedTabs. '</form></th></tr>'; echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<tr><th colspan="8">' . _('Detail Of PC Tab Movements For Last ') .': '; @@ -319,9 +319,9 @@ echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<br /><table class="selection">'; //Main table if (isset($_GET['SelectedIndex'])) { - echo '<tr><th colspan="2"><font color="navy" size="3">'._('Update Cash Assignment').'</font></th></tr>'; + echo '<tr><th colspan="2"><font color="#616161" size="3">'._('Update Cash Assignment').'</font></th></tr>'; } else { - echo '<tr><th colspan="2"><font color="navy" size="3">'._('New Cash Assignment').'</font></th></tr>'; + echo '<tr><th colspan="2"><font color="#616161" size="3">'._('New Cash Assignment').'</font></th></tr>'; } if ( isset($_GET['edit'])) { Modified: trunk/PcClaimExpensesFromTab.php =================================================================== --- trunk/PcClaimExpensesFromTab.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/PcClaimExpensesFromTab.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -204,7 +204,7 @@ echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<br /><table class="selection">'; - echo '<tr><th colspan="8"><font color="navy" size="3">' . _('Petty Cash Tab') . ' ' .$SelectedTabs. '</font></th></tr>'; + echo '<tr><th colspan="8"><font color="#616161" size="3">' . _('Petty Cash Tab') . ' ' .$SelectedTabs. '</font></th></tr>'; echo '<tr><th colspan="8">' . _('Detail Of Movements For Last ') .': '; if(!isset ($Days)){ Modified: trunk/PcExpensesTypeTab.php =================================================================== --- trunk/PcExpensesTypeTab.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/PcExpensesTypeTab.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -157,7 +157,7 @@ $result = DB_query($sql,$db); echo '<br /><table class="selection">'; - echo '<tr><th colspan="3"><font size="2" color="navy">' . _('Expense Codes for Type of Tab ') . ' ' .$SelectedTab. '</font></th></tr>'; + echo '<tr><th colspan="3"><font size="2" color="#616161">' . _('Expense Codes for Type of Tab ') . ' ' .$SelectedTab. '</font></th></tr>'; echo '<tr> <th>' . _('Expense Code') . '</th> <th>' . _('Description') . '</th> Modified: trunk/Prices_Customer.php =================================================================== --- trunk/Prices_Customer.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/Prices_Customer.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -228,7 +228,7 @@ if (DB_num_rows($result) == 0) { echo '<tr><td>' . _('There are no default prices set up for this part in this currency') . '</td></tr>'; } else { - echo '<tr><th colspan="6"><font color="navy" size="2">' . _('Normal Price') . '</font></th></tr>'; + echo '<tr><th colspan="6"><font color="#616161" size="2">' . _('Normal Price') . '</font></th></tr>'; echo '<tr><th>' . _('Price') . '</th> <th>' . _('UOM'). '</th> <th>' . _('Conversion') . '<br />'._('Factor') . '</th> @@ -281,7 +281,7 @@ $result = DB_query($sql,$db,$ErrMsg,$DbgMsg); echo '<table class="selection">'; -echo '<tr><th colspan="9"><font color="navy" size="2">' . _('Special Prices') . '</font></th></tr>'; +echo '<tr><th colspan="9"><font color="#616161" size="2">' . _('Special Prices') . '</font></th></tr>'; if (DB_num_rows($result) == 0) { echo '<tr><td>' . _('There are no special prices set up for this part') . '</td></tr>'; Modified: trunk/RecurringSalesOrders.php =================================================================== --- trunk/RecurringSalesOrders.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/RecurringSalesOrders.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -313,7 +313,7 @@ echo '<table cellpadding="2" colspan="7" class="selection">'; -echo '<tr><th colspan="7"><font size="2" color="navy"><b>'._('Order Line Details').'</b></font></th></tr>'; +echo '<tr><th colspan="7"><font size="2" color="#616161"><b>'._('Order Line Details').'</b></font></th></tr>'; echo '<tr> <th>'. _('Item Code') .'</th> <th>'. _('Item Description') .'</th> @@ -368,7 +368,7 @@ </table>'; echo '<br /><table class="selection">'; -echo '<tr><th colspan="7"><font size="2" color="navy"><b>'._('Order Header Details').'</b></font></th></tr>'; +echo '<tr><th colspan="7"><font size="2" color="#616161"><b>'._('Order Header Details').'</b></font></th></tr>'; echo '<tr> <td>'. _('Deliver To') .':</td> Modified: trunk/ReprintGRN.php =================================================================== --- trunk/ReprintGRN.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/ReprintGRN.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -13,7 +13,7 @@ echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class="selection">'; -echo '<tr><th colspan="2"><font size="2" color="navy">' . _('Select a purchase order') . '</th></tr>'; +echo '<tr><th colspan="2"><font size="2" color="#616161">' . _('Select a purchase order') . '</th></tr>'; echo '<tr><td>' . _('Enter a Purchase Order Number') . '</td>'; echo '<td>' . '<input type="text" name="PONumber" class="number" size="7" value="'.$_POST['PONumber'].'" /></td></tr>'; echo '<tr><td colspan="2" style="text-align: center">' . '<input type="submit" name="Show" value="Show GRNs" /></td></tr>'; @@ -63,7 +63,7 @@ } $k=0; echo '<br /><table class="selection">'; - echo '<tr><th colspan="8"><font size="2" color="navy">' . _('GRNs for Purchase Order No') .' ' . $_POST['PONumber'] . '</th></tr>'; + echo '<tr><th colspan="8"><font size="2" color="#616161">' . _('GRNs for Purchase Order No') .' ' . $_POST['PONumber'] . '</th></tr>'; echo '<tr><th>' . _('Supplier') . '</th>'; echo '<th>' . _('PO Order line') . '</th>'; echo '<th>' . _('GRN Number') . '</th>'; Modified: trunk/SelectCreditItems.php =================================================================== --- trunk/SelectCreditItems.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SelectCreditItems.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -1356,7 +1356,7 @@ /*FORM VARIABLES TO POST TO THE CREDIT NOTE 10 AT A TIME WITH PART CODE AND QUANTITY */ echo '<table class="selection">'; - echo '<tr><th colspan="2"><font size="3" color="navy"><b>' . _('Quick Entry') . '</b></font></th></tr>'; + echo '<tr><th colspan="2"><font size="3" color="#616161"><b>' . _('Quick Entry') . '</b></font></th></tr>'; echo '<tr> <th>' . _('Part Code') . '</th> <th>' . _('Quantity') . '</th> Modified: trunk/SelectSalesOrder.php =================================================================== --- trunk/SelectSalesOrder.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SelectSalesOrder.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -466,7 +466,7 @@ $result1 = DB_query($SQL,$db); echo '<br /><table class="selection">'; - echo '<tr><th colspan="6"><font size="3" color="navy">' . _('To search for sales orders for a specific part use the part selection facilities below'); + echo '<tr><th colspan="6"><font size="3" color="#616161">' . _('To search for sales orders for a specific part use the part selection facilities below'); echo '</th></tr>'; echo '<tr> <td><font size="1">' . _('Select a stock category') . ':</font> Modified: trunk/SelectWorkOrder.php =================================================================== --- trunk/SelectWorkOrder.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SelectWorkOrder.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -156,7 +156,7 @@ echo '<table class="selection"> <tr> - <th colspan="6"><font size="3" color="navy">' . _('To search for work orders for a specific item use the item selection facilities below') . '</font></th> + <th colspan="6"><font size="3" color="#616161">' . _('To search for work orders for a specific item use the item selection facilities below') . '</font></th> </tr> <tr> <td><font size="1">' . _('Select a stock category') . ':</font> Modified: trunk/ShipmentCosting.php =================================================================== --- trunk/ShipmentCosting.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/ShipmentCosting.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -46,7 +46,7 @@ $HeaderData = DB_fetch_array($GetShiptHdrResult); echo '<br />'; echo '<table class="selection">'; -echo '<tr><th colspan="4"><font size="3" color="navy">'._('Shipment Details').'</font></th></tr>'; +echo '<tr><th colspan="4"><font size="3" color="#616161">'._('Shipment Details').'</font></th></tr>'; echo '<tr> <td><b>'. _('Shipment') .': </td> <td><b>' . $_GET['SelectedShipment'] . '</b></td> @@ -137,7 +137,7 @@ } echo '<br /><table cellpadding="2" colspan="7" class="selection">'; - echo '<tr><th colspan="9"><font color="navy" size="3">' . _('Items on shipment'). '</font></th></tr>'; + echo '<tr><th colspan="9"><font color="#616161" size="3">' . _('Items on shipment'). '</font></th></tr>'; $TableHeader = '<tr> <th>'. _('Item'). '</th> @@ -499,7 +499,7 @@ $ChargesResult = DB_query($sql,$db); echo '<table cellpadding="2" colspan="6" class="selection">'; -echo '<tr><th colspan="6"><font color="navy" size="3">' . _('Shipment Charges Against Products'). '</font></th></tr>'; +echo '<tr><th colspan="6"><font color="#616161" size="3">' . _('Shipment Charges Against Products'). '</font></th></tr>'; $TableHeader = '<tr> <th>'. _('Supplier'). '</th> @@ -570,7 +570,7 @@ $ChargesResult = DB_query($sql,$db); echo '<table cellpadding="2" colspan="5" class="selection">'; -echo '<tr><th colspan="6"><font color="navy" size="3">'._('General Shipment Charges').'</font></th></tr>'; +echo '<tr><th colspan="6"><font color="#616161" size="3">'._('General Shipment Charges').'</font></th></tr>'; $TableHeader = '<tr> <th>'. _('Supplier'). '</th> Modified: trunk/Shipments.php =================================================================== --- trunk/Shipments.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/Shipments.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -376,7 +376,7 @@ /* Always display all shipment lines */ echo '<br /><table cellpadding="2" colspan="7" class="selection">'; - echo '<tr><th colspan="9"><font color="navy" size="3">'. _('Order Lines On This Shipment'). '</font></th></tr>'; + echo '<tr><th colspan="9"><font color="#616161" size="3">'. _('Order Lines On This Shipment'). '</font></th></tr>'; $TableHeader = '<tr> <th>'. _('Order'). '</th> @@ -456,7 +456,7 @@ if (DB_num_rows($result)>0){ echo '<table cellpadding="2" colspan="7" class="selection">'; - echo '<tr><th colspan="7"><font color="navy" size="3">'. _('Possible Order Lines To Add To This Shipment').'</font></th></tr>'; + echo '<tr><th colspan="7"><font color="#616161" size="3">'. _('Possible Order Lines To Add To This Shipment').'</font></th></tr>'; $TableHeader = '<tr> <th>'. _('Order').'</th> Modified: trunk/Shipt_Select.php =================================================================== --- trunk/Shipt_Select.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/Shipt_Select.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -146,7 +146,7 @@ echo '<table class="selection">'; -echo '<tr><th colspan="5"><font size="3" color="navy">'._('To search for shipments for a specific part use the part selection facilities below') . '</font></th></tr>'; +echo '<tr><th colspan="5"><font size="3" color="#616161">'._('To search for shipments for a specific part use the part selection facilities below') . '</font></th></tr>'; ?> <tr> <td><font size="1"><?php echo _('Select a stock category');?>:</font> Modified: trunk/StockCostUpdate.php =================================================================== --- trunk/StockCostUpdate.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/StockCostUpdate.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -133,10 +133,10 @@ <th colspan="2">' . _('Item Code') . ':<input type="text" name="StockID" value="' . $StockID . '" maxlength="20" />'; echo '<input type="submit" name="Show" value="' . _('Show Cost Details') . '" /></th></tr>'; echo '<tr> - <th colspan="2"><font color="navy" size="2">' . $StockID . ' - ' . $myrow['description'] . '</font></th> + <th colspan="2"><font color="#616161" size="2">' . $StockID . ' - ' . $myrow['description'] . '</font></th> </tr>'; echo '<tr> - <th colspan="2"><font color="navy" size="2">'. _('Total Quantity On Hand') . ': ' . locale_number_format($myrow['totalqoh'], $myrow['decimalplaces']) . ' ' . $myrow['units'] .'</font></th> + <th colspan="2"><font color="#616161" size="2">'. _('Total Quantity On Hand') . ': ' . locale_number_format($myrow['totalqoh'], $myrow['decimalplaces']) . ' ' . $myrow['units'] .'</font></th> </tr>'; if (($myrow['mbflag']=='D' AND $myrow['stocktype'] != 'L') Modified: trunk/StockSerialItems.php =================================================================== --- trunk/StockSerialItems.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/StockSerialItems.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -68,13 +68,13 @@ echo '<table cellpadding="2" class="selection">'; if ($Serialised==1){ - echo '<tr><th colspan="5"><font color="navy" size="2">' . _('Serialised items in') . ' '; + echo '<tr><th colspan="5"><font color="#616161" size="2">' . _('Serialised items in') . ' '; } else { - echo '<tr><th colspan="11"><font color=navy size="2">' . _('Controlled items in') . ' '; + echo '<tr><th colspan="11"><font color=#616161 size="2">' . _('Controlled items in') . ' '; } echo $myrow[0]. '</font></th></tr>'; -echo '<tr><th colspan="11"><font color="navy" size="2">'.$StockID .'-'. $Description .'</b> (' . _('In units of') . ' ' . $UOM . ')</font></th></tr>'; +echo '<tr><th colspan="11"><font color="#616161" size="2">'.$StockID .'-'. $Description .'</b> (' . _('In units of') . ' ' . $UOM . ')</font></th></tr>'; if ($Serialised == 1){ $tableheader = '<tr> Modified: trunk/StockStatus.php =================================================================== --- trunk/StockStatus.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/StockStatus.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -300,7 +300,7 @@ } if (isset($PriceHistory)) { echo '<br /><table cellpadding="4" class="selection">'; - echo '<tr><th colspan="4"><font color="navy" size="2">' . _('Pricing history for sales of') . ' ' . $StockID . ' ' . _('to') . ' ' . $DebtorNo . '</font></th></tr>'; + echo '<tr><th colspan="4"><font color="#616161" size="2">' . _('Pricing history for sales of') . ' ' . $StockID . ' ' . _('to') . ' ' . $DebtorNo . '</font></th></tr>'; $tableheader = '<tr> <th>' . _('Date Range') . '</th> <th>' . _('Quantity') . '</th> Modified: trunk/StockUsage.php =================================================================== --- trunk/StockUsage.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/StockUsage.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -43,13 +43,13 @@ $Its_A_KitSet_Assembly_Or_Dummy =False; if (($myrow[2]=='K') OR ($myrow[2]=='A') OR ($myrow[2]=='D')) { $Its_A_KitSet_Assembly_Or_Dummy =True; - echo '<font color="navy" size="3"><b>' . $StockID - $myrow[0] . '</b></font>'; + echo '<font color="#616161" size="3"><b>' . $StockID - $myrow[0] . '</b></font>'; echo '<br />' . _('The selected item is a dummy or assembly or kit-set item and cannot have a stock holding') . '. ' . _('Please select a different item'); $StockID = ''; } else { - echo '<tr><th><font size="3" color="navy">' . _('Item') . ' :<b> ' . $StockID . ' - ' . $myrow[0] . ' </b> (' . _('in units of') . ' :<b> ' . $myrow[1] . ')</b></font></th></tr>'; + echo '<tr><th><font size="3" color="#616161">' . _('Item') . ' :<b> ' . $StockID . ' - ' . $myrow[0] . ' </b> (' . _('in units of') . ' :<b> ' . $myrow[1] . ')</b></font></th></tr>'; } echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post"><tr><td>'; Modified: trunk/SuppCreditGRNs.php =================================================================== --- trunk/SuppCreditGRNs.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SuppCreditGRNs.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -74,7 +74,7 @@ /*Show all the selected GRNs so far from the SESSION['SuppTrans']->GRNs array */ echo '<table cellpadding="0" class="selection">'; -echo '<tr><th colspan="6"><font size="3" color="navy">' . _('Credits Against Goods Received Selected') . '</font></th></tr>'; +echo '<tr><th colspan="6"><font size="3" color="#616161">' . _('Credits Against Goods Received Selected') . '</font></th></tr>'; $TableHeader = '<tr><th>' . _('GRN') . '</th> <th>' . _('Item Code') . '</th> <th>' . _('Description') . '</th> @@ -106,8 +106,8 @@ } } -echo '<tr><td colspan="5" class="number"><font size="2" color="navy">' . _('Total Value Credited Against Goods') . ':</font></td> - <td class="number"><font size="2" color="navy"><u>' . locale_money_format($TotalValueCharged,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td></tr>'; +echo '<tr><td colspan="5" class="number"><font size="2" color="#616161">' . _('Total Value Credited Against Goods') . ':</font></td> + <td class="number"><font size="2" color="#616161"><u>' . locale_money_format($TotalValueCharged,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td></tr>'; echo '</table><br /><div class="centre"><a href="' . $rootpath . '/SupplierCredit.php">' . _('Back to Credit Note Entry') . '</a></div>'; /* Now get all the GRNs for this supplier from the database @@ -150,9 +150,9 @@ echo '<br /><table cellpadding="2" colspan="7" class="selection">'; -echo '<tr><th colspan="10"><font size="3" color="navy">' . _('Show Goods Received Since') . ': </font>'; +echo '<tr><th colspan="10"><font size="3" color="#616161">' . _('Show Goods Received Since') . ': </font>'; echo '<input type="text" name="Show_Since" maxlength="11" size="12" class="date" alt='.$_SESSION['DefaultDateFormat'].' value="' . $_POST['Show_Since'] . '" /> - <font size="3" color="navy"> '; + <font size="3" color="#616161"> '; echo _('From') . ' ' . $_SESSION['SuppTrans']->SupplierName . '</font></th></tr>'; $TableHeader = '<tr><th>' . _('GRN') . '</th> @@ -232,7 +232,7 @@ $myrow = DB_fetch_array($GRNEntryResult); echo '<br /><table class="selection">'; - echo '<tr><th colspan="6"><font size="3" color="navy">' . _('GRN Selected For Adding To A Suppliers Credit Note') . '</font></th></tr>'; + echo '<tr><th colspan="6"><font size="3" color="#616161">' . _('GRN Selected For Adding To A Suppliers Credit Note') . '</font></th></tr>'; echo '<tr><th>' . _('GRN') . '</th> <th>' . _('Item') . '</th> <th>' . _('Quantity') . '<br />' . _('Outstanding') . '</th> Modified: trunk/SuppFixedAssetChgs.php =================================================================== --- trunk/SuppFixedAssetChgs.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SuppFixedAssetChgs.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -89,8 +89,8 @@ } echo '<tr> - <td class="number"><font size="2" color="navy">' . _('Total') . ':</font></td> - <td class="number"><font size="2" color="navy"><U>' . locale_money_format($TotalAssetValue,$_SESSION['SuppTrans']->CurrCode) . '</U></font></td> + <td class="number"><font size="2" color="#616161">' . _('Total') . ':</font></td> + <td class="number"><font size="2" color="#616161"><U>' . locale_money_format($TotalAssetValue,$_SESSION['SuppTrans']->CurrCode) . '</U></font></td> </tr> </table><br />'; Modified: trunk/SuppInvGRNs.php =================================================================== --- trunk/SuppInvGRNs.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SuppInvGRNs.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -111,7 +111,7 @@ /*Show all the selected GRNs so far from the SESSION['SuppTrans']->GRNs array */ echo '<table cellpadding="1" class="selection">'; -echo '<tr><th colspan="6"><font size="3" color="navy">' . _('Invoiced Goods Received Selected') . '</font></th></tr>'; +echo '<tr><th colspan="6"><font size="3" color="#616161">' . _('Invoiced Goods Received Selected') . '</font></th></tr>'; $tableheader = '<tr bgcolor="#800000"> <th>' . _('Sequence') . ' #</th> @@ -148,8 +148,8 @@ } echo '<tr> - <td colspan="5" align="right"><font size="2" color="navy">' . _('Total Value of Goods Charged') . ':</font></td> - <td class="number"><font size="2" color="navy">' . locale_money_format($TotalValueCharged,$_SESSION['SuppTrans']->CurrCode) . '</font></td> + <td colspan="5" align="right"><font size="2" color="#616161">' . _('Total Value of Goods Charged') . ':</font></td> + <td class="number"><font size="2" color="#616161">' . locale_money_format($TotalValueCharged,$_SESSION['SuppTrans']->CurrCode) . '</font></td> </tr>'; echo '</table>'; echo '<br /><div class="centre"><a href="' . $rootpath . '/SupplierInvoice.php">' . _('Back to Invoice Entry') . '</a></div><br />'; @@ -235,7 +235,7 @@ $GRNTmp = $_SESSION['SuppTrans']->GRNs[$GRNNo]; echo '<table class="selection">'; - echo '<tr><th colspan="10"><font size="3" color="navy">' . _('GRN Selected For Adding To A Purchase Invoice') . '</font></th></tr>'; + echo '<tr><th colspan="10"><font size="3" color="#616161">' . _('GRN Selected For Adding To A Purchase Invoice') . '</font></th></tr>'; echo '<tr bgcolor=#800000> <th>' . _('Sequence') . ' #</th> <th>' . _('Item') . '</th> @@ -279,7 +279,7 @@ } else { if (count( $_SESSION['SuppTransTmp']->GRNs)>0){ /*if there are any outstanding GRNs then */ echo '<table cellpadding="1" colspan="7" class="selection">'; - echo '<tr><th colspan="10"><font size="3" color="navy">' . _('Goods Received Yet to be Invoiced From') . ' ' . $_SESSION['SuppTrans']->SupplierName.'</font></th></tr>'; + echo '<tr><th colspan="10"><font size="3" color="#616161">' . _('Goods Received Yet to be Invoiced From') . ' ' . $_SESSION['SuppTrans']->SupplierName.'</font></th></tr>'; $tableheader = '<tr bgcolor=#800000><th>' . _('Select') . '</th> <th>' . _('Sequence') . ' #</th> Modified: trunk/SuppShiptChgs.php =================================================================== --- trunk/SuppShiptChgs.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SuppShiptChgs.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -99,8 +99,8 @@ } echo '<tr> - <td class="number"><font size="2" color="navy">' . _('Total') . ':</font></td> - <td class="number"><font size="2" color="navy"><u>' . locale_money_format($TotalShiptValue,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td> + <td class="number"><font size="2" color="#616161">' . _('Total') . ':</font></td> + <td class="number"><font size="2" color="#616161"><u>' . locale_money_format($TotalShiptValue,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td> </tr> </table><br />'; Modified: trunk/SuppTransGLAnalysis.php =================================================================== --- trunk/SuppTransGLAnalysis.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SuppTransGLAnalysis.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -134,7 +134,7 @@ echo '<tr> <td colspan="2" class="number"><font size="4" color="blue">' . _('Total') . ':</font></td> - <td class="number"><font size="2" color="navy"><u>' . locale_money_format($TotalGLValue,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td> + <td class="number"><font size="2" color="#616161"><u>' . locale_money_format($TotalGLValue,$_SESSION['SuppTrans']->CurrCode) . '</u></font></td> </tr> </table>'; Modified: trunk/SupplierContacts.php =================================================================== --- trunk/SupplierContacts.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SupplierContacts.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -133,7 +133,7 @@ $result = DB_query($sql, $db); if (DB_num_rows($result)>0){ - echo '<table class="selection"><tr><th colspan="7"><font size="3" color="navy">' . _('Contacts Defined for') . ' - ' . $myrow['suppname'] . '</font></th></tr>'; + echo '<table class="selection"><tr><th colspan="7"><font size="3" color="#616161">' . _('Contacts Defined for') . ' - ' . $myrow['suppname'] . '</font></th></tr>'; echo '<tr><th>' . _('Name') . '</th> <th>' . _('Position') . '</th> Modified: trunk/SupplierTenderCreate.php =================================================================== --- trunk/SupplierTenderCreate.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SupplierTenderCreate.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -220,7 +220,7 @@ echo '<form name="form1" action="' . $_SERVER['PHP_SELF'] . '" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class="selection">'; - echo '<tr><th colspan="4"><font size="3" color="navy">' . _('Tender header details') . '</font></th></tr>'; + echo '<tr><th colspan="4"><font size="3" color="#616161">' . _('Tender header details') . '</font></th></tr>'; echo '<tr><td>' . _('Delivery Must Be Made Before') . '</td>'; echo '<td><input type="text" class="date" alt="' .$_SESSION['DefaultDateFormat'] . '" name="RequiredByDate" size="11" value="' . date($_SESSION['DefaultDateFormat']) . '" /></td></tr>'; @@ -361,7 +361,7 @@ /* Supplier Details */ echo '<tr><td valign="top"><table class="selection">'; - echo '<tr><th colspan="4"><font size="3" color="navy">' . _('Suppliers To Send Tender') . '</font></th></tr>'; + echo '<tr><th colspan="4"><font size="3" color="#616161">' . _('Suppliers To Send Tender') . '</font></th></tr>'; echo '<tr><th>'. _('Supplier Code') . '</th><th>' ._('Supplier Name') . '</th><th>' ._('Email Address') . '</th></tr>'; foreach ($_SESSION['tender']->Suppliers as $Supplier) { echo '<tr><td>' . $Supplier->SupplierCode . '</td>'; @@ -373,7 +373,7 @@ /* Item Details */ echo '<td valign="top"><table class="selection">'; - echo '<tr><th colspan="6"><font size="3" color="navy">' . _('Items in Tender') . '</font></th></tr>'; + echo '<tr><th colspan="6"><font size="3" color="#616161">' . _('Items in Tender') . '</font></th></tr>'; echo '<tr>'; echo '<th>'._('Stock ID').'</th>'; echo '<th>'._('Description').'</th>'; Modified: trunk/SupplierTenders.php =================================================================== --- trunk/SupplierTenders.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/SupplierTenders.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -104,7 +104,7 @@ } } echo '</td>'; - echo '<th colspan="8" style="vertical-align:top"><font size="2" color="navy">' . _('Tender Number') . ': ' .$_SESSION['offer']->TenderID . '</font></th>'; + echo '<th colspan="8" style="vertical-align:top"><font size="2" color="#616161">' . _('Tender Number') . ': ' .$_SESSION['offer']->TenderID . '</font></th>'; echo '<input type="hidden" value="' . $_SESSION['offer']->TenderID . '" name="Tender" />'; echo '<tr><th>' . stripslashes($_SESSION['CompanyRecord']['coyname']) . '<br />' . _('Item Code') . '</th>'; echo '<th>' . _('Item Description') . '</th>'; @@ -416,7 +416,7 @@ ORDER BY tendersuppliers.tenderid"; $result=DB_query($sql, $db); echo '<table class="selection">'; - echo '<tr><th colspan="13"><font size="3" color="navy">' . _('Outstanding Tenders Waiting For Offer') . '</font></th></tr>'; + echo '<tr><th colspan="13"><font size="3" color="#616161">' . _('Outstanding Tenders Waiting For Offer') . '</font></th></tr>'; while ($myrow=DB_fetch_row($result)) { echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; @@ -444,7 +444,7 @@ } } echo '</td>'; - echo '<th colspan="8" style="vertical-align:top"><font size="2" color="navy">' . _('Tender Number') . ': ' .$myrow[0] . '</font></th>'; + echo '<th colspan="8" style="vertical-align:top"><font size="2" color="#616161">' . _('Tender Number') . ': ' .$myrow[0] . '</font></th>'; echo '<input type="hidden" value="' . $myrow[0] . '" name="Tender" />'; echo '<th><input type="submit" value="' . _('Process') . "\n" . _('Tender') . '" name="Process" /></th></tr>'; $ItemSQL="SELECT tenderitems.tenderid, Modified: trunk/TaxAuthorityRates.php =================================================================== --- trunk/TaxAuthorityRates.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/TaxAuthorityRates.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -76,7 +76,7 @@ if (DB_num_rows($TaxRatesResult)>0){ echo '<table cellpadding="2" class="selection">'; - echo '<tr><th colspan="3"><font size="3" color="navy">' . _('Update') . ' ' . $myrow[0] . ' ' . _('Rates') . '</font></th></tr>'; + echo '<tr><th colspan="3"><font size="3" color="#616161">' . _('Update') . ' ' . $myrow[0] . ' ' . _('Rates') . '</font></th></tr>'; $TableHeader = '<tr><th>' . _('Deliveries From') . '<br />' . _('Tax Province') . '</th> <th>' . _('Tax Category') . '</th> <th>' . _('Tax Rate') . ' %</th></tr>'; Modified: trunk/TaxGroups.php =================================================================== --- trunk/TaxGroups.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/TaxGroups.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -264,7 +264,7 @@ echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<input type="hidden" name="SelectedGroup" value="' . $SelectedGroup .'" />'; echo '<table class="selection">'; - echo '<tr><th colspan="3"><font size="3" color="navy">'._('Calculation Order').'</font></th></tr>'; + echo '<tr><th colspan="3"><font size="3" color="#616161">'._('Calculation Order').'</font></th></tr>'; echo '<tr> <th>'._('Tax Authority').'</th> Modified: trunk/WhereUsedInquiry.php =================================================================== --- trunk/WhereUsedInquiry.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/WhereUsedInquiry.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -26,7 +26,7 @@ include('includes/footer.inc'); exit; } - echo '<br /><font color="navy" size="3"><b>'.$StockID - $myrow[0] .'</b> (' . _('in units of') . ' ' . $myrow[1] . ')</font>'; + echo '<br /><font color="#616161" size="3"><b>'.$StockID - $myrow[0] .'</b> (' . _('in units of') . ' ' . $myrow[1] . ')</font>'; } echo '<form action="' . $_SERVER['PHP_SELF'] . '" method="post"><div class="centre">'; Modified: trunk/WorkOrderStatus.php =================================================================== --- trunk/WorkOrderStatus.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/WorkOrderStatus.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -79,8 +79,8 @@ echo '</td></tr></table><br />'; //set up options for selection of the item to be issued to the WO - echo '<table class="selection"><tr><th colspan="5"><font size="2" color="navy">' . _('Material Requirements For this Work Order') . '</font></th></tr>'; - echo '<tr><th colspan="4"><font size="2" color="navy">' . _('Stock Issued From') . ' - ' . $LocRow['locationname'] . '</font></th></tr>'; + echo '<table class="selection"><tr><th colspan="5"><font size="2" color="#616161">' . _('Material Requirements For this Work Order') . '</font></th></tr>'; + echo '<tr><th colspan="4"><font size="2" color="#616161">' . _('Stock Issued From') . ' - ' . $LocRow['locationname'] . '</font></th></tr>'; echo '<tr><th colspan="2">' . _('Item') . '</th> <th>' . _('Qty Required') . '</th> <th>' . _('Qty Issued') . '</th> Modified: trunk/Z_UpgradeDatabase.php =================================================================== --- trunk/Z_UpgradeDatabase.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/Z_UpgradeDatabase.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -68,10 +68,10 @@ // echo '</tr>'; } echo '<table class="selection"><tr>'; - echo '<th colspan="4"><font size="2" color="navy"><b>'._('Database Updates Have Been Run').'</b></font></th></tr>'; + echo '<th colspan="4"><font size="2" color="#616161"><b>'._('Database Updates Have Been Run').'</b></font></th></tr>'; echo '<tr><td style="background-color: #fddbdb;color: red;">'.$_SESSION['Updates']['Errors'].' '._('updates have errors in them').'</td></tr>'; echo '<tr><td style="background-color: #b9ecb4;color: #006400;">'.$_SESSION['Updates']['Successes'].' '._('updates have succeeded').'</td></tr>'; - echo '<tr><td style="background-color: #c7ccf6;color: navy;">'.$_SESSION['Updates']['Warnings'].' '._('updates have not been done as the update was unnecessary on this database').'</td></tr>'; + echo '<tr><td style="background-color: #c7ccf6;color: #616161;">'.$_SESSION['Updates']['Warnings'].' '._('updates have not been done as the update was unnecessary on this database').'</td></tr>'; if ($_SESSION['Updates']['Errors']>0) { for ($i=0; $i<sizeOf($_SESSION['Updates']['Messages']); $i++) { echo '<tr><td>'.$_SESSION['Updates']['Messages'][$i].'</td></tr>'; Modified: trunk/css/silverwolf/default.css =================================================================== --- trunk/css/silverwolf/default.css 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/css/silverwolf/default.css 2011-09-16 20:51:51 UTC (rev 8164) @@ -44,12 +44,12 @@ font-size: 100%; font-weight: normal; text-decoration: none; - color: #00f; + color: #676774; } /*links on any screen except quick menu which is overridden when mouse is hovering over them */ a:hover { - color: #00a; + color: #000; text-decoration: underline; } @@ -60,7 +60,7 @@ th { font-weight: normal; - background-color: #cccce5; + background-color: #C3C3C3; font-size: 100%; color: #300; text-align: center; @@ -618,7 +618,7 @@ font-weight: bold; font-size: 150%; color: white; - background-color: #B0B0D5; + background-color: #7A7A89; width: 33%; border-style: solid; border-width: 1px; Modified: trunk/includes/phplot/phplot.php =================================================================== --- trunk/includes/phplot/phplot.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/includes/phplot/phplot.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -511,7 +511,7 @@ 'DimGrey' => array(105, 105, 105), 'gray' => array(190, 190, 190), 'grey' => array(190, 190, 190), - 'navy' => array( 0, 0, 128), + '#616161' => array( 0, 0, 128), 'SlateBlue' => array(106, 90, 205), 'blue' => array( 0, 0, 255), 'SkyBlue' => array(135, 206, 235), Modified: trunk/includes/phplot/rgb.inc.php =================================================================== --- trunk/includes/phplot/rgb.inc.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/includes/phplot/rgb.inc.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -77,8 +77,8 @@ "LightGray" => array(211, 211, 211), "midnight blue" => array( 25, 25, 112), "MidnightBlue" => array( 25, 25, 112), - "navy" => array( 0, 0, 128), - "navy blue" => array( 0, 0, 128), + "#616161" => array( 0, 0, 128), + "#616161 blue" => array( 0, 0, 128), "NavyBlue" => array( 0, 0, 128), "cornflower blue" => array(100, 149, 237), "CornflowerBlue" => array(100, 149, 237), Modified: trunk/includes/tcpdf/htmlcolors.php =================================================================== --- trunk/includes/tcpdf/htmlcolors.php 2011-09-16 20:50:42 UTC (rev 8163) +++ trunk/includes/tcpdf/htmlcolors.php 2011-09-16 20:51:51 UTC (rev 8164) @@ -156,7 +156,7 @@ 'mistyrose' => 'ffe4e1', 'moccasin' => 'ffe4b5', 'navajowhite' => 'ffdead', -'navy' => '000080', +'#616161' => '000080', 'oldlace' => 'fdf5e6', 'olive' => '808000', 'olivedrab' => '6b8e23', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |