From: <tim...@us...> - 2010-07-03 21:44:31
|
Revision: 3547 http://web-erp.svn.sourceforge.net/web-erp/?rev=3547&view=rev Author: tim_schofield Date: 2010-07-03 21:44:25 +0000 (Sat, 03 Jul 2010) Log Message: ----------- Layout changes Modified Paths: -------------- trunk/BankAccounts.php trunk/doc/Change.log.html Modified: trunk/BankAccounts.php =================================================================== --- trunk/BankAccounts.php 2010-07-03 21:44:04 UTC (rev 3546) +++ trunk/BankAccounts.php 2010-07-03 21:44:25 UTC (rev 3547) @@ -191,7 +191,7 @@ $DbgMsg = _('The SQL used to retrieve the bank account details was') . '<br>' . $sql; $result = DB_query($sql,$db,$ErrMsg,$DbgMsg); - echo '<table class="table1">'; + echo '<table class="selection">'; echo "<tr><th>" . _('GL Account Code') . "</th> <th>" . _('Bank Account Name') . "</th> @@ -280,10 +280,10 @@ echo '<input type=hidden name=SelectedBankAccount VALUE=' . $SelectedBankAccount . '>'; echo '<input type=hidden name=AccountCode VALUE=' . $_POST['AccountCode'] . '>'; - echo '<table> <tr><td>' . _('Bank Account GL Code') . ':</td><td>'; + echo '<table class=selection> <tr><td>' . _('Bank Account GL Code') . ':</td><td>'; echo $_POST['AccountCode'] . '</td></tr>'; } else { //end of if $Selectedbank account only do the else when a new record is being entered - echo '<table><tr><td>' . _('Bank Account GL Code') . + echo '<table class=selection><tr><td>' . _('Bank Account GL Code') . ":</td><td><Select tabindex='1' " . (in_array('AccountCode',$Errors) ? 'class="selecterror"' : '' ) ." name='AccountCode'>"; $sql = "SELECT accountcode, @@ -368,7 +368,7 @@ echo '</select></td>'; -echo '</tr></table> +echo '</tr></table><br> <div class="centre"><input tabindex="7" type="Submit" name="submit" value="'. _('Enter Information') .'"></div>'; echo '</form>'; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-07-03 21:44:04 UTC (rev 3546) +++ trunk/doc/Change.log.html 2010-07-03 21:44:25 UTC (rev 3547) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>03/07/10 Tim: BankAccounts.php - Layout changes</p> <p>03/07/10 Tim: AddCustomerTypeNotes.php - Layout changes and verify Type ID before query</p> <p>03/07/10 Tim: AddCustomerNotes.php - Verify Contact ID before query</p> <p>03/07/10 Tim: AddCustomerContacts.php - Verify Contact ID before query</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |