Bugzilla – Attachment 30707 Details for
Bug 12744
Set library in staff client should have 'Cancel' link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12744 - Set language in staff client should have 'Cancel' link
Bug-12744---Set-language-in-staff-client-should-ha.patch (text/plain), 1.54 KB, created by
Marc Véron
on 2014-08-11 15:37:14 UTC
(
hide
)
Description:
Bug 12744 - Set language in staff client should have 'Cancel' link
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-08-11 15:37:14 UTC
Size:
1.54 KB
patch
obsolete
>From 5c15c0f6696dded3c518c99c49df8a911550f589 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 29 Jul 2014 15:27:08 +0200 >Subject: [PATCH] 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. >--- > .../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:<ul> > [% END %] --> > </ol> > </fieldset> >-<fieldset class="action"><input type="submit" value="Submit" /></fieldset> >+<fieldset class="action"> >+ <input type="submit" value="Submit" /> >+ <a class="cancel" id="cancel_set_library" href="[% referer or '/cgi-bin/koha/circ/circulation.pl' %]">Cancel</a> >+</fieldset> > <div class="noshow"> > [% FOREACH recycle_loo IN recycle_loop %] > <input type="text" name="[% recycle_loo.param %]" value="[% recycle_loo.value |html %]" /> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12744
:
30691
|
30704
|
30707
|
30746
|
30876