From 639d3fbb8ec26ad07dd30f53170dce6aa53c4f84 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 26 Jul 2012 07:09:11 -0400 Subject: [PATCH] Two new list fields. Adds the publication date and format to the My Lists display in tpac. Signed-off-by: Kathy Lussier Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/myopac/lists.tt2 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 651f9908bc..2103ae0982 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -239,6 +239,12 @@ [% l('Author(s)') %] + [% l('Publication Date') %] + + + [% l('Format') %] + + [% l('Notes') %] [% IF CGI.param("edit_notes") != bbag.id %] | [% l('Edit') %] @@ -257,7 +263,7 @@ [% UNLESS bbag.items.size %] - + [% l("This list contains no items.") %] [% END %] @@ -277,6 +283,13 @@ authorquery = attrs.author | replace('[,\.:;]', ''); mkurl(ctx.opac_root _ '/results', {qtype => 'author', query => authorquery}, ['page', 'bbid', 'edit_notes']) -%]">[% attrs.author | html %] + + + [% attrs.pubdate | html %] + + + [% attrs.format_label | html %] + [% IF CGI.param("edit_notes") == bbag.id %] [% FOR note IN item.notes %] -- 2.11.0