From a9744cabf0602a1d52ed7163fe9669571a9046b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 29 Jul 2014 15:27:08 +0200 Subject: [PATCH] [PASSED QA] Bug 12744 - Set language in staff client should have 'Cancel' link Test plan Without patch: Click on Library name in head of any staff client page anc choose 'Set library' Result: Form 'Set library' with no 'Cancel' near 'Submit' button With patch: Form displays 'Cancel' link. This link closes the form and takes you back to the page where you came from. New patch without empty "onclick" attribute. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Nice patch, no problems found. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt index 78ebd53..faaa963 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/selectbranchprinter.tt @@ -78,7 +78,10 @@ Updated:
    [% END %] --> -
    +
    + + Cancel +
    [% FOREACH recycle_loo IN recycle_loop %] -- 1.9.1