[Weberp-svn] SF.net SVN: weberp:[8831] trunk/GLJournal.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-05-08 10:12:19
|
Revision: 8831 http://weberp.svn.sourceforge.net/weberp/?rev=8831&view=rev Author: tim_schofield Date: 2012-05-08 10:12:13 +0000 (Tue, 08 May 2012) Log Message: ----------- Layout improvements Modified Paths: -------------- trunk/GLJournal.php Modified: trunk/GLJournal.php =================================================================== --- trunk/GLJournal.php 2012-05-08 10:12:02 UTC (rev 8830) +++ trunk/GLJournal.php 2012-05-08 10:12:13 UTC (rev 8831) @@ -235,9 +235,13 @@ $_SESSION['JournalDetail']->JnlDate = Date($_SESSION['DefaultDateFormat'],mktime(0,0,0,date('m'),0,date('Y'))); } -echo '<table><tr> - <td colspan="5"><td>'._('Date to Process Journal').':</td> - <td><input type="text" class="date" alt="'.$_SESSION['DefaultDateFormat'].'" name="JournalProcessDate" maxlength="10" size="11" value="' . $_SESSION['JournalDetail']->JnlDate . '" /></td>'; +echo '<table class="selection"> + <tr> + <th colspan="5" class="header">' . _('Journal Header') . '</th> + </tr> + <tr> + <td></td><td>'._('Date to Process Journal').':</td> + <td><input type="text" class="date" alt="'.$_SESSION['DefaultDateFormat'].'" name="JournalProcessDate" maxlength="10" size="11" value="' . $_SESSION['JournalDetail']->JnlDate . '" /></td>'; echo '<td>' . _('Type') . ':</td> <td><select name="JournalType">'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |