[Weberp-svn] SF.net SVN: weberp:[7643] trunk/Customers.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-08-07 16:34:30
|
Revision: 7643 http://weberp.svn.sourceforge.net/weberp/?rev=7643&view=rev Author: tim_schofield Date: 2011-08-07 16:34:24 +0000 (Sun, 07 Aug 2011) Log Message: ----------- XHTML corrections to code Modified Paths: -------------- trunk/Customers.php Modified: trunk/Customers.php =================================================================== --- trunk/Customers.php 2011-08-07 16:34:12 UTC (rev 7642) +++ trunk/Customers.php 2011-08-07 16:34:24 UTC (rev 7643) @@ -9,8 +9,7 @@ include('includes/header.inc'); include('includes/SQL_CommonFunctions.inc'); -echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/customer.png" title="' . _('Customer') . - '" alt="" />' . ' ' . _('Customer Maintenance') . '</p>'; +echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/customer.png" title="' . _('Customer') . '" alt="" />' . ' ' . _('Customer Maintenance') . '</p>'; if (isset($Errors)) { unset($Errors); @@ -594,8 +593,8 @@ echo'</table></td></tr></table>'; if ($DataError ==0){ - echo '<br /><div class="centre"><input tabindex="20" type="submit" name="submit" value="' . _('Add New Customer') . - '" /> <input tabindex="21" type="submit" action="reset" value="' . _('Reset') . '" /></div>'; + echo '<br /><div class="centre"><input tabindex="20" type="submit" name="submit" value="' . _('Add New Customer') . '" /> + <input tabindex="21" type="submit" action="reset" value="' . _('Reset') . '" /></div>'; } echo '</form>'; @@ -703,7 +702,7 @@ <td><input ' . (in_array('Phone',$Errors) ? 'class="inputerror"' : '' ) .' type="text" name="Phone" value="' . $_POST['Phone'] . '" size="42" maxlength="40" /></td></tr>'; echo '<tr><td>' . _('Facsimile') . ':</td> <td><input ' . (in_array('Fax',$Errors) ? 'class="inputerror"' : '' ) .' type="text" name="Fax" value="' . $_POST['Fax'] . '" size="42" maxlength="40" /></td></tr>'; - echo '<tr><td>' . _('Email Address') . ':</td> + echo '<tr><td>' . _('Email Address') . ':</td> <td><input ' . (in_array('Email',$Errors) ? 'class="inputerror"' : '' ) .' type="text" name="Email" value="' . $_POST['Email'] . '" size="42" maxlength="40" /></td></tr>'; echo '<tr><td>' . _('Address Line 1 (Street)') . ':</td> <td><input ' . (in_array('Address1',$Errors) ? 'class="inputerror"' : '' ) .' type="text" name="Address1" size="42" maxlength="40" value="' . $_POST['Address1'] . '" /></td></tr>'; @@ -942,7 +941,7 @@ } }//END WHILE LIST LOOP echo '</table>'; - // echo "<input type='Submit' name='addcontact' value='" . _('ADD Contact') . "'>"; + // echo "<input type='Submit' name='addcontact' value='" . _('ADD Contact') . "' />"; echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '?DebtorNo='.$DebtorNo.'&ID='.$ID.'&Edit'.$Edit.'">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (isset($Edit) and $Edit!='') { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |