From: <tim...@us...> - 2010-06-19 18:42:21
|
Revision: 3509 http://web-erp.svn.sourceforge.net/web-erp/?rev=3509&view=rev Author: tim_schofield Date: 2010-06-19 18:42:15 +0000 (Sat, 19 Jun 2010) Log Message: ----------- Layout improvements Modified Paths: -------------- trunk/AccountSections.php trunk/doc/Change.log.html Modified: trunk/AccountSections.php =================================================================== --- trunk/AccountSections.php 2010-06-19 18:41:57 UTC (rev 3508) +++ trunk/AccountSections.php 2010-06-19 18:42:15 UTC (rev 3509) @@ -176,7 +176,7 @@ $result = DB_query($sql,$db,$ErrMsg); echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Search') . '" alt="">' . ' ' . $title.'<br>'; - echo "<table name='SectionList'> + echo "<table name='SectionList' class=selection> <tr> <th>" . _('Section Number') . "</th> <th>" . _('Section Description') . "</th> @@ -235,7 +235,7 @@ $_POST['SectionName'] = $myrow['sectionname']; echo "<input type=hidden name='SelectedSectionID' value='" . $_POST['SectionID'] . "'>"; - echo "<table> + echo "<table class=selection> <td>" . _('Section Number') . ':' . "</td> <td>" . $_POST['SectionID'] . "</td>"; } @@ -251,7 +251,7 @@ if (!isset($_POST['SectionName'])) { $_POST['SectionName']=''; } - echo "<table> + echo "<table class=selection> <tr> <td>" . _('Section Number') . ':' . '</td> <td><input tabindex="1" ' . (in_array('SectionID',$Errors) ? 'class="inputerror"' : '' ) ." type='text' name='SectionID' class=number size=4 maxlength=4 value='" . $_POST['SectionID'] . "'></td></tr>"; @@ -260,7 +260,7 @@ <td><input tabindex="2" ' . (in_array('SectionName',$Errors) ? 'class="inputerror"' : '' ) ." type='text' name='SectionName' size=30 maxlength=30 value='" . $_POST['SectionName'] . "'></td> </tr>"; - echo '<tr><td></td><td colspan=2><input tabindex="3" type=Submit name=submit value=' . _('Enter Information') . '></td></tr>'; + echo '<tr><td colspan=2><div class=centre><input tabindex="3" type=Submit name=submit value=' . _('Enter Information') . '></div></td></tr>'; echo '</table>'; if (!isset($_GET['SelectedSectionID']) or $_GET['SelectedSectionID']=='') { Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-19 18:41:57 UTC (rev 3508) +++ trunk/doc/Change.log.html 2010-06-19 18:42:15 UTC (rev 3509) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>18/06/10 Tim: AccountSections.php - Layout improvements</p> <p>18/06/10 Tim: AccountGroups.php - Layout improvements</p> <p>18/06/10 Tim: Areas.php - Layout improvements, and link to SearchCustomer.php</p> <p>18/06/10 Tim: SelectCustomers.php - Add facility to search by sales area</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |