From 7646aa3070b26a497bf960d65543c4b5ae7ee8ef Mon Sep 17 00:00:00 2001 From: Aleisha Date: Tue, 19 Jan 2016 20:29:24 +0000 Subject: [PATCH] Bug 13474: Adding untranslatable log actions to viewlog.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added 'Run' Signed-off-by: Aleisha (Amended to remove tab chars to make qa tools happy) Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index fc7ab11..2d65347 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -41,6 +41,11 @@ [% CASE 'ISSUE' %]Checkout [% CASE 'RETURN' %]Return [% CASE 'CREATE' %]Create +[% CASE 'RENEW' %]Renew +[% CASE 'CHANGE PASS' %]Change password +[% CASE 'ADDCIRCMESSAGE' %]Add circulation message +[% CASE 'DELCIRCMESSAGE' %]Delete circulation message +[% CASE 'Run' %]Run [% CASE %][% action %] [% END %] [% END %] -- 2.1.0