I've tested this branch. It works. It improves admin module WUI. It add a jquery table sorter to various admin pages, framework editor, branches, item types, cities, authorized values, etc. There is just a small merge issue on link to sysprefs editor. This branch can be pulled here: The following changes since commit 8fe46f3dc1a3250b04a0da2f6dd9335710b4e702: Merge remote branch 'kc/new/bug_5143' into kcmaster (2010-12-20 13:24:40 +1300) are available in the git repository at: git://git.tamil.fr/git/koha qa_biblibre_admin Frédéric Demians (1): Merge branch 'master' into qa_biblibre_admin Henri-Damien LAURENT (3): Followup admin/categorie.pl MT4009: followup removing systempreferences branch transfer limits Matthias Meusburger (2): MT 2446 : Cancel authority edition for a field goes back to this field MT 2310 : New subfield for fields < 10 is now in a tab Paul POULAIN (1): mybranch not exported (merge pb) Paul Poulain (1): Removing usage of preferences.pl Stéphane Delaune (11): (MT #1577) complete langages checkbox for unique id (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for itemtypes.pl (MT #1654) followup : corrects tablesorting for authorised_values and itemtypes (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for categorie.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for cities.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for marctagstructure.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for auth_tag_structure.pl (MT #1654) followup : corrects tablesorting for authorised_values.pl (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branch_transfer_limits.pl C4/Branch.pm | 1 + admin/auth_tag_structure.pl | 11 +- admin/branch_transfer_limits.pl | 10 +- admin/categorie.pl | 2 +- admin/marctagstructure.pl | 6 +- .../prog/en/includes/prefs-admin-search.inc | 2 +- .../lib/jquery/plugins/jquery.tablesorter.pager.js | 184 ++++++++++++++++++++ .../prog/en/modules/admin/admin-home.tmpl | 2 +- .../en/modules/admin/auth_subfields_structure.tmpl | 3 +- .../prog/en/modules/admin/auth_tag_structure.tmpl | 38 +++- .../prog/en/modules/admin/authorised_values.tmpl | 50 ++++-- .../en/modules/admin/branch_transfer_limits.tmpl | 27 +++ .../prog/en/modules/admin/branches.tmpl | 22 ++- .../prog/en/modules/admin/categorie.tmpl | 33 +++- .../prog/en/modules/admin/cities.tmpl | 33 ++++- .../prog/en/modules/admin/itemtypes.tmpl | 37 ++++- .../en/modules/admin/marc_subfields_structure.tmpl | 2 - .../prog/en/modules/admin/marctagstructure.tmpl | 39 +++- .../prog/en/modules/admin/systempreferences.tmpl | 4 +- koha-tmpl/intranet-tmpl/prog/img/first.png | Bin 0 -> 720 bytes koha-tmpl/intranet-tmpl/prog/img/last.png | Bin 0 -> 737 bytes koha-tmpl/intranet-tmpl/prog/img/next.png | Bin 0 -> 736 bytes koha-tmpl/intranet-tmpl/prog/img/prev.png | Bin 0 -> 745 bytes 23 files changed, 442 insertions(+), 64 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.pager.js create mode 100644 koha-tmpl/intranet-tmpl/prog/img/first.png create mode 100644 koha-tmpl/intranet-tmpl/prog/img/last.png create mode 100644 koha-tmpl/intranet-tmpl/prog/img/next.png create mode 100644 koha-tmpl/intranet-tmpl/prog/img/prev.png