From: <te...@us...> - 2014-11-15 01:11:37
|
Revision: 6982 http://sourceforge.net/p/web-erp/reponame/6982 Author: tehonu Date: 2014-11-15 01:11:29 +0000 (Sat, 15 Nov 2014) Log Message: ----------- Location table sortable Modified Paths: -------------- trunk/Locations.php Modified: trunk/Locations.php =================================================================== --- trunk/Locations.php 2014-11-14 11:37:21 UTC (rev 6981) +++ trunk/Locations.php 2014-11-15 01:11:29 UTC (rev 6982) @@ -393,9 +393,9 @@ echo '<table class="selection">'; echo '<tr> - <th>' . _('Location Code') . '</th> - <th>' . _('Location Name') . '</th> - <th>' . _('Tax Province') . '</th> + <th class="ascending">' . _('Location Code') . '</th> + <th class="ascending">' . _('Location Name') . '</th> + <th class="ascending">' . _('Tax Province') . '</th> </tr>'; $k=0; //row colour counter |