From 8af41fe28617564d9db4338336fa8c681b1b7d6e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 14 Feb 2014 07:50:39 -0500 Subject: [PATCH] Bug 11703 [QA Followup 2] - Remove icons from checkout and clear buttons --- .../prog/en/modules/circ/circulation.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 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 1761a63..e1cf061 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -473,7 +473,7 @@ No patron matched [% message %] [% ELSE %] [% END %] - + [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
@@ -485,7 +485,7 @@ No patron matched [% message %] [% ELSE %] [% END %] - +
[% END %] -- 1.7.2.5