@@ -, +, @@ circulation.tt -Apply patch 16810 on top and this patch -Go to a patron who has overdues -See the link "See highlighted items below" with a hand down icon -Look the new plus icon to "Add a new message" to the patron. -Add a few messages and notice about the trash icon in "Delete" links --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -760,7 +760,7 @@ No patron matched [% message %] [% END %] - [% IF ( odues ) %]
  • [% IF ( nonreturns ) %]Overdues: Patron has ITEMS OVERDUE. See highlighted items below[% END %]
  • + [% IF ( odues ) %]
  • [% IF ( nonreturns ) %]Overdues: Patron has ITEMS OVERDUE. See highlighted items below[% END %]
  • [% END %] [% IF ( charges ) %] @@ -831,18 +831,18 @@ No patron matched [% message %] "[% message.message %]" [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] - [Delete] + [ Delete] [% END %] [% END %] [% FOREACH message IN patron_messages %]
  • [% message.message_date | $KohaDates %] [% Branches.GetName( message.branchcode )%] "[% message.message %]" [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] - [Delete] + [ Delete] [% END %]
  • [% END %] - Add a new message + Add a new message --