From: Kathy Lussier Date: Thu, 26 Jul 2012 11:09:11 +0000 (-0400) Subject: Two new list fields. Adds the publication date and format to the My Lists X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8a2bc2efb0ddf56a15380bcc1cb761c2155c634a;p=working%2FEvergreen.git Two new list fields. Adds the publication date and format to the My Lists display in tpac. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 651f9908bc..0352ccdc9e 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,12 @@ 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 %]