|
From: <ex...@us...> - 2013-08-19 13:06:13
|
Revision: 6259
http://sourceforge.net/p/web-erp/reponame/6259
Author: exsonqu
Date: 2013-08-19 13:06:10 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
19/8/2013 Exson: Fixed the class name error from assending to ascending. Reported by Phil.
Modified Paths:
--------------
trunk/SupplierTypes.php
trunk/TaxAuthorities.php
trunk/TaxCategories.php
trunk/TaxGroups.php
trunk/TaxProvinces.php
trunk/TopItems.php
trunk/UnitsOfMeasure.php
trunk/WorkCentres.php
Modified: trunk/SupplierTypes.php
===================================================================
--- trunk/SupplierTypes.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/SupplierTypes.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -169,8 +169,8 @@
echo '<table class="selection">';
echo '<tr>
- <th class="assending" onclick="SortSelect(this)" >' . _('Type ID') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Type Name') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Type ID') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Type Name') . '</th>
</tr>';
$k=0; //row colour counter
Modified: trunk/TaxAuthorities.php
===================================================================
--- trunk/TaxAuthorities.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/TaxAuthorities.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -143,14 +143,14 @@
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)" >' . _('ID') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Description') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Input Tax') . '<br />' . _('GL Account') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Output Tax') . '<br />' . _('GL Account') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Bank') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Bank Account') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Bank Act Type') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Bank Swift') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('ID') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Description') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Input Tax') . '<br />' . _('GL Account') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Output Tax') . '<br />' . _('GL Account') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Bank') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Bank Account') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Bank Act Type') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Bank Swift') . '</th>
</tr>';
$k=0;
while ($myrow = DB_fetch_row($result)) {
Modified: trunk/TaxCategories.php
===================================================================
--- trunk/TaxCategories.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/TaxCategories.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -164,7 +164,7 @@
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)">' . _('Tax Categories') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Tax Categories') . '</th>
</tr>';
$k=0; //row colour counter
Modified: trunk/TaxGroups.php
===================================================================
--- trunk/TaxGroups.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/TaxGroups.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -169,8 +169,8 @@
} else {
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)" >' . _('Group No') . '</th>
- <th class="assending" onclick="SortSelect(this)" >' . _('Tax Group') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Group No') . '</th>
+ <th class="ascending" onclick="SortSelect(this)" >' . _('Tax Group') . '</th>
</tr>';
$k=0; //row colour counter
Modified: trunk/TaxProvinces.php
===================================================================
--- trunk/TaxProvinces.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/TaxProvinces.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -162,7 +162,7 @@
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)">' . _('Tax Provinces') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Tax Provinces') . '</th>
</tr>';
$k=0; //row colour counter
Modified: trunk/TopItems.php
===================================================================
--- trunk/TopItems.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/TopItems.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -160,14 +160,14 @@
echo '<table class="selection">';
$TableHeader = '<tr>
<th>' . _('#') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Code') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Description') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Total Invoiced') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Units') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Value Sales') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('On Hand') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('On Order') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Stock (Days)') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Code') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Description') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Total Invoiced') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Units') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Value Sales') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('On Hand') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('On Order') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Stock (Days)') . '</th>
</tr>';
echo $TableHeader;
echo '<input type="hidden" value="' . $_POST['Location'] . '" name="Location" />
Modified: trunk/UnitsOfMeasure.php
===================================================================
--- trunk/UnitsOfMeasure.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/UnitsOfMeasure.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -167,7 +167,7 @@
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)">' . _('Units of Measure') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Units of Measure') . '</th>
</tr>';
$k=0; //row colour counter
Modified: trunk/WorkCentres.php
===================================================================
--- trunk/WorkCentres.php 2013-08-19 12:59:39 UTC (rev 6258)
+++ trunk/WorkCentres.php 2013-08-19 13:06:10 UTC (rev 6259)
@@ -123,11 +123,11 @@
$result = DB_query($sql,$db);
echo '<table class="selection">
<tr>
- <th class="assending" onclick="SortSelect(this)">' . _('WC Code') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Description') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Location') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Overhead GL Account') . '</th>
- <th class="assending" onclick="SortSelect(this)">' . _('Overhead Per Hour') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('WC Code') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Description') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Location') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Overhead GL Account') . '</th>
+ <th class="ascending" onclick="SortSelect(this)">' . _('Overhead Per Hour') . '</th>
</tr>';
while ($myrow = DB_fetch_array($result)) {
|