From 4c87b50ac32a00fd1056ab3923ecb11bde5c2b51 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=utf8 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 Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- 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 8e833553e6..744dee74be 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.39.5