From: <tim...@us...> - 2010-06-26 15:03:10
|
Revision: 3528 http://web-erp.svn.sourceforge.net/web-erp/?rev=3528&view=rev Author: tim_schofield Date: 2010-06-26 15:03:02 +0000 (Sat, 26 Jun 2010) Log Message: ----------- FormDesigner.php - Add A5 to the paper sizes. Modified Paths: -------------- trunk/FormDesigner.php trunk/doc/Change.log.html Modified: trunk/FormDesigner.php =================================================================== --- trunk/FormDesigner.php 2010-06-26 15:02:41 UTC (rev 3527) +++ trunk/FormDesigner.php 2010-06-26 15:03:02 UTC (rev 3528) @@ -157,7 +157,7 @@ } echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/reports.png" title="' . _('Form Design') . '" alt="">' . ' ' . _('Form Design').'<br />'. $FormDesign['name'] . ''; echo '<div class="page_help_text">' . _('Enter the changes that you want in the form layout below.') .'<br /> '. _('All measurements are in millimetres') . '.</div><br>'; -$Papers=array('A4_Landscape', 'A4_Portrait', 'A3_Landscape', 'A3_Portrait', 'letter_Portrait', 'letter_Landscape', 'legal_Portrait', 'legal_Landscape'); // Possible paper sizes/orientations +$Papers=array('A4_Landscape', 'A4_Portrait', 'A5_Landscape', 'A5_Portrait', 'A3_Landscape', 'A3_Portrait', 'letter_Portrait', 'letter_Landscape', 'legal_Portrait', 'legal_Landscape'); // Possible paper sizes/orientations echo '<form method="post" id="Form" action="' . $_SERVER['PHP_SELF'] . '?' . SID . '">'; echo '<input name=FormName type=hidden value="'.$_POST['FormName'].'">'; echo '<table width=95% border=1>'; //Start of outer table Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-26 15:02:41 UTC (rev 3527) +++ trunk/doc/Change.log.html 2010-06-26 15:03:02 UTC (rev 3528) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>25/06/10 Tim: FormDesigner.php - Add A5 to the paper sizes.</p> <p>25/06/10 Tim: Add the ability to have supplier types.</p> <p>25/06/10 Tim: PDFStarter.php - Add in A5 parameters.</p> <p>25/06/10 Tim: SupplierTender.php - Highlight any expired offers.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |