[Weberp-svn] SF.net SVN: weberp:[6155] trunk/OrderDetails.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-14 15:53:42
|
Revision: 6155 http://weberp.svn.sourceforge.net/weberp/?rev=6155&view=rev Author: tim_schofield Date: 2011-07-14 15:53:36 +0000 (Thu, 14 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/OrderDetails.php Modified: trunk/OrderDetails.php =================================================================== --- trunk/OrderDetails.php 2011-07-14 15:53:25 UTC (rev 6154) +++ trunk/OrderDetails.php 2011-07-14 15:53:36 UTC (rev 6155) @@ -57,7 +57,7 @@ _('Order Details') . '" alt="" />' . ' ' . $title . '</p>'; $myrow = DB_fetch_array($GetOrdHdrResult); - echo '<table class=selection>'; + echo '<table class="selection">'; echo '<tr><th colspan=4><font color=blue>'._('Order Header Details For Order No').' '.$_GET['OrderNumber'].'</font></th></tr>'; echo '<tr> <th style="text-align: left">' . _('Customer Code') . ':</th> @@ -145,7 +145,7 @@ $OrderTotalVolume = 0; $OrderTotalWeight = 0; - echo '<br /><table cellpadding=2 colspan=9 class=selection>'; + echo '<br /><table cellpadding=2 colspan=9 class="selection">'; echo '<tr><th colspan=9><font color=blue>'._('Order Line Details For Order No').' '.$_GET['OrderNumber'].'</font></th></tr>'; echo '<tr> <th>' . _('Item Code') . '</th> @@ -201,7 +201,7 @@ </tr> </table>'; - echo '<br /><table class=selection> + echo '<br /><table class="selection"> <tr> <td>' . _('Total Weight') . ':</td> <td>' . $DisplayWeight . '</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |