]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Refactor bookbag list actions into a common template
authorDan Scott <dscott@laurentian.ca>
Wed, 18 Jul 2012 16:27:08 +0000 (12:27 -0400)
committerDan Scott <dscott@laurentian.ca>
Sun, 22 Jul 2012 05:22:27 +0000 (01:22 -0400)
commit3f07573c83b34d6d6f080ee5c58d41c6bc218aec
tree6ceb2a30d97e4b0b5b9068964cc8c877a137a7a7
parentfd7752cfdcdb801779d1ffbc42e293443a2dff72
TPAC: Refactor bookbag list actions into a common template

The "add to bookbag" actions in both the search results and record
details pages contained a large amount of duplicated code; consolidate
those into a single template that can be included into each page.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2