Koha/koha-tmpl/intranet-tmpl/prog/en
Owen Leonard 4284cbf206 Bug 9526 - Patron statistics table is not pretty, needs circ toolbar
This patch adds the circ/members toolbar, corrects page title and
breadcrumbs, and adds some handling for column names which are coming
from the database. The table of statistics can display any items table
column specified in the StatisticsFields preference, but we can at least
embed the most obvious cases in the template for human readability: item
type, collection code, location, home library, and holding library.

To test, view the patron statistics page. For a patron with no
statistics you should see a message saying so. For a patron with
statistics you should see human-friendly labels for the columns
referenced above.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Comment: Works as described. No errors.
Wouldn't be better with centered cell contents?

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
FIX a typo:
- <h3>Statistcs for [% UNLESS ( I ) %][% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])</h3>
+ <h3>Statistics for [% UNLESS ( I ) %][% title %] [% firstname %] [% END %] [% surname %] ([% cardnumber %])</h3>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-01 11:19:37 -05:00
..
css Revert "Bug 7167: New version for updatedatabase" 2012-12-27 14:02:56 -05:00
includes Bug 9265 - Switch to HTML5 doctype in OPAC and staff client 2013-01-31 11:47:04 -05:00
js Bug 8942: Translation process breaks javascript 2013-01-31 11:00:24 -05:00
lib Bug 9335 - humanMsg popups don't disapear in webkit browsers 2013-01-07 21:12:10 -05:00
modules Bug 9526 - Patron statistics table is not pretty, needs circ toolbar 2013-02-01 11:19:37 -05:00
xslt Bug 9169 - Wrap relator code in <span> to allow for CSS customization 2012-12-22 16:42:46 -05:00
columns.def