From bf2fb98ea01bcd87a3fd4fb42e168621c5973f09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Tue, 22 Mar 2011 09:00:13 -0500 Subject: [PATCH] Bug 5931 Paging and sorting saved reports table On Reports > Saved reports page, a table shows all saved reports. Table's rows are sorted by report IDs. When there are a lot reports, this table is difficult to read. This enhancement add to Saved report page a paging bar and sort options on column names, like in the framework table. Signed-off-by: Paul Poulain Signed-off-by: Liz Rea Signed-off-by: Chris Cormack --- .../modules/reports/guided_reports_start.tmpl | 66 ++++++++++++++++--- 1 file changed, 58 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl index c5868a0b44..6933393231 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl @@ -19,6 +19,9 @@ + + + @@ -106,9 +124,41 @@ canned reports and writing custom SQL reports.

Saved Reports

Choose the report to run from the list

-
- - + + +  page(s) : + /prog/img/first.png" class="first"/> + /prog/img/prev.png" class="prev"/> + + /prog/img/next.png" class="next"/> + /prog/img/last.png" class="last"/> + , entries/page: + + + + +
IDReport NameTypeNotesAuthorCreation DateSaved ResultsSaved SQL 
+ + + + + + + + + + + + + + + @@ -120,20 +170,20 @@ canned reports and writing custom SQL reports.

- - + +
IDReport NameTypeNotesAuthorCreation DateSaved ResultsSaved SQL  
"> - &phase=Show%20SQL">Show SQL + &phase=Show%20SQL">Show -   &phase=Edit%20SQL">Edit SQL +   &phase=Edit%20SQL">Edit &phase=Run%20this%20report">Run">Schedule&phase=Run%20this%20report">Run +">Schedule &phase=Delete%20Saved">Delete
-

There are no saved reports. Build new? -- 2.39.5