by cbrislain » 18.04.2012, 23:05
I was able to get this working on the main dashboard so far by editing the following files
/includes/js/ajax.php
- added sort comparison function for priority and support in sortBlock() function.
/templates/standard/index.tpl
- added priority to list of attributes in tbody tags
/templates/standard/admintasks.tpl
- added priority to list of attributes in tbody tags
It would be nice to have sorting functionality on more than just the dashboard, and in the admin views, etc. The use of a numerically indexed array to determine the sort attributes also makes things kind of a pain, extensibility-wise. If anyone is interested in more detail follow up with me.