From f795da1b927c3a4f44674eded330fcaf1fea1498 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 18c1e48..4cbeeb8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -474,7 +474,7 @@ No patron matched [% message %] [% ELSE %] [% END %] - + [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
@@ -486,7 +486,7 @@ No patron matched [% message %] [% ELSE %] [% END %] - +
[% END %] -- 1.7.2.5