From: <rc...@us...> - 2015-02-08 04:08:16
|
Revision: 7139 http://sourceforge.net/p/web-erp/reponame/7139 Author: rchacon Date: 2015-02-08 04:08:13 +0000 (Sun, 08 Feb 2015) Log Message: ----------- Changes from email.gif to email.png. Delete email.gif. Modified Paths: -------------- trunk/CustomerAccount.php trunk/SMTPServer.php trunk/doc/Change.log Removed Paths: ------------- trunk/css/aguapop/images/email.gif trunk/css/default/images/email.gif trunk/css/fluid/images/email.gif trunk/css/fresh/images/email.gif trunk/css/gel/images/email.gif trunk/css/professional/images/email.gif trunk/css/professional-rtl/images/email.gif trunk/css/silverwolf/images/email.gif trunk/css/wood/images/email.gif trunk/css/xenos/images/email.gif Modified: trunk/CustomerAccount.php =================================================================== --- trunk/CustomerAccount.php 2015-02-08 02:17:15 UTC (rev 7138) +++ trunk/CustomerAccount.php 2015-02-08 04:08:13 UTC (rev 7139) @@ -1,11 +1,11 @@ <?php /* $Id: CustomerAccount.php 7004 2014-11-24 15:56:19Z rchacon $*/ +/* This script is <create a description for script table>. */ include('includes/session.inc'); -$Title = _('Customer Account'); -/* Manual links before header.inc */ -$ViewTopic = 'ARInquiries'; // Filename in ManualContents.php's TOC. -$BookMark = 'CustomerAccount'; // Anchor's id in the manual's html document. +$Title = _('Customer Account');// Screen identification. +$ViewTopic = 'ARInquiries';// Filename in ManualContents.php's TOC. +$BookMark = 'CustomerAccount';// Anchor's id in the manual's html document. include('includes/header.inc'); // always figure out the SQL required from the inputs available @@ -313,7 +313,7 @@ </td> <td> <a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Invoice">', _('Email ') . ' - <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the invoice'), '" alt="" /> + <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the invoice'), '" alt="" /> </a> </td> <td></td> @@ -343,7 +343,7 @@ </td> <td> <a href="', $RootPath, '/EmailCustTrans.php?FromTransNo=', $MyRow['transno'], '&InvOrCredit=Credit">', _('Email'), ' - <img src="', $RootPath, '/css/', $Theme, '/images/email.gif" title="', _('Click to email the credit note'), '" alt="" /> + <img src="', $RootPath, '/css/', $Theme, '/images/email.png" title="', _('Click to email the credit note'), '" alt="" /> </a> </td> <td> Modified: trunk/SMTPServer.php =================================================================== --- trunk/SMTPServer.php 2015-02-08 02:17:15 UTC (rev 7138) +++ trunk/SMTPServer.php 2015-02-08 04:08:13 UTC (rev 7139) @@ -1,12 +1,16 @@ <?php /* $Id: SMTPServer.php 4469 2011-01-15 02:28:37Z daintree $*/ +/* This script is <create a description for script table>. */ + include('includes/session.inc'); - -$Title = _('SMTP Server details'); - +$Title = _('SMTP Server details');// Screen identification. +$ViewTopic = 'CreatingNewSystem';// Filename's id in ManualContents.php's TOC. +$BookMark = 'SMTPServer';// Anchor's id in the manual's html document. include('includes/header.inc'); - -echo '<p class="page_title_text"><img src="' . $RootPath . '/css/' . $Theme . '/images/email.gif" title="' . _('SMTP Server') . '" alt="" />' . ' ' . _('SMTP Server Settings') . '</p>'; +echo '<p class="page_title_text"><img alt="" src="'.$RootPath.'/css/'.$Theme. + '/images/email.png" title="' .// Icon image. + _('SMTP Server') . '" /> ' .// Icon title. + _('SMTP Server Settings') . '</p>';// Page title. // First check if there are smtp server data or not @@ -18,7 +22,7 @@ username='".$_POST['UserName']."', password='".$_POST['Password']."', auth='".$_POST['Auth']."'"; - + $ErrMsg = _('The email setting information failed to update'); $DbgMsg = _('The SQL failed to update is '); $result1=DB_query($sql, $ErrMsg, $DbgMsg); Deleted: trunk/css/aguapop/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/default/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/fluid/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/fresh/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/gel/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/professional/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/professional-rtl/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/silverwolf/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/wood/images/email.gif =================================================================== (Binary files differ) Deleted: trunk/css/xenos/images/email.gif =================================================================== (Binary files differ) Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-02-08 02:17:15 UTC (rev 7138) +++ trunk/doc/Change.log 2015-02-08 04:08:13 UTC (rev 7139) @@ -1,6 +1,8 @@ webERP Change Log +8/2/15 RChacon: Changes from email.gif to email.png. Delete email.gif. 8/2/15 InventoryPlanning.php now has an option to export the last 24 months usage to CSV +8/2/15 RChacon: Add credit.png, email.png, folders.png and currency.png. Delete bank.gif. 7/2/15 New script CustomerAccount.php - on screen statement similar to CustomerInquiry.php 6/2/15 Version 4.12.2 |