Koha/koha-tmpl
Jonathan Druart edf5467469 Bug 3134: (follow-up) improve ID and peport name sorting on saved reports page
The sort for ID is alpha instead of numerical, same for the report
names.

To test:
create id=1, name=Report 1
create id=2, name=Report 2
create id=10, name=Report 10
create id=11, name=Report 11

Sorting by id:
without this patch 1, 10, 11, 2
with this patch: 1, 2, 10, 11

Sorting by name:
without this patch: Report 1, Report 10, Report 11, Report 2
with this patch: Report 1, Report 2, Report 10, Report 11

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-08-21 14:26:36 +00:00
..
intranet-tmpl Bug 3134: (follow-up) improve ID and peport name sorting on saved reports page 2013-08-21 14:26:36 +00:00
opac-tmpl bug 9916: (follow-up) restore default sort order on OPAC tags list 2013-08-19 14:55:12 +00:00
favicon.ico Getting rid of pesky favicon.ico log message 2005-06-14 23:22:11 +00:00
index.html /koha-tmpl/ is now the documentroot for opac and intranet pages (remember koha-html is deprecated and should be removed very soon) 2003-03-18 14:17:56 +00:00
intranet.html fix for #290 2003-04-09 08:40:28 +00:00
opac.html fix for #290 2003-04-09 08:40:28 +00:00
templates.readme Added note detailing obsoletion of pathtotemplate() call 2003-06-11 20:14:12 +00:00