[Weberp-svn] SF.net SVN: weberp:[8531] trunk/DailySalesInquiry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2012-02-19 22:26:04
|
Revision: 8531 http://weberp.svn.sourceforge.net/weberp/?rev=8531&view=rev Author: tim_schofield Date: 2012-02-19 22:25:58 +0000 (Sun, 19 Feb 2012) Log Message: ----------- Fix the width of the columns Modified Paths: -------------- trunk/DailySalesInquiry.php Modified: trunk/DailySalesInquiry.php =================================================================== --- trunk/DailySalesInquiry.php 2012-02-19 04:41:15 UTC (rev 8530) +++ trunk/DailySalesInquiry.php 2012-02-19 22:25:58 UTC (rev 8531) @@ -93,13 +93,13 @@ echo '<table cellpadding="2" class="selection">'; echo'<tr> - <th>' . _('Sunday') . '</th> - <th>' . _('Monday') . '</th> - <th>' . _('Tuesday') . '</th> - <th>' . _('Wednesday') . '</th> - <th>' . _('Thursday') . '</th> - <th>' . _('Friday') . '</th> - <th>' . _('Saturday') . '</th></tr>'; + <th style="width: 14%">' . _('Sunday') . '</th> + <th style="width: 14%">' . _('Monday') . '</th> + <th style="width: 14%">' . _('Tuesday') . '</th> + <th style="width: 14%">' . _('Wednesday') . '</th> + <th style="width: 14%">' . _('Thursday') . '</th> + <th style="width: 14%">' . _('Friday') . '</th> + <th style="width: 14%">' . _('Saturday') . '</th></tr>'; $CumulativeTotalSales = 0; $CumulativeTotalCost = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |