| Current Path : /home/cbequiperp/www/media/com_rsform/js/admin/ |
| Current File : /home/cbequiperp/www/media/com_rsform/js/admin/ordertable.js |
Joomla.orderTable = function(listOrder) {
table = document.getElementById("sortTable");
direction = document.getElementById("directionTable");
order = table.options[table.selectedIndex].value;
if (order != listOrder) {
dirn = 'asc';
} else {
dirn = direction.options[direction.selectedIndex].value;
}
Joomla.tableOrdering(order, dirn, '');
}