From 6ac6ec2683780cce1daa5e07f94c0ade8d850c16 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Wed, 6 Jul 2016 10:00:55 -0600 Subject: [PATCH] Bug 16861: Translatability: Fix separated "below" in circulation.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch propose to fix this two entries in PO files: "See highlighted items" and "below" Also add some Font Awesome Icons To test: -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 Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 0056dfc..16a095e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/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 -- 1.7.10.4