Bugzilla – Attachment 6917 Details for
Bug 7341
Clicking cancel on system preferences search results causes error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed error when clicking cancel in search results for system preferences
0001-Patch-to-fix-error-produced-when-clicking-cancel-in-.patch (text/plain), 1.28 KB, created by
Duncan
on 2011-12-22 01:43:51 UTC
(
hide
)
Description:
Fixed error when clicking cancel in search results for system preferences
Filename:
MIME Type:
Creator:
Duncan
Created:
2011-12-22 01:43:51 UTC
Size:
1.28 KB
patch
obsolete
>From 6c4431db72b1e69d2d9990e909f30f8d2201636a Mon Sep 17 00:00:00 2001 >From: Duncan Tyler <duncan@catalyst.net.nz> >Date: Thu, 22 Dec 2011 14:32:22 +1300 >Subject: [PATCH] Patch to fix error produced when clicking cancel in system > preferences search results - bug 7341 > >--- > .../prog/en/modules/admin/preferences.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >index 6d49ca7..d762be7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt >@@ -135,7 +135,7 @@ > [% IF ( loop.last ) %]</tbody></table>[% END %] > [% END %] > [% END %] >- <fieldset class="action"><button class="save-all submit" type="submit">Save all [% TAB.tab_title %] preferences</button> <a href="/cgi-bin/koha/admin/preferences.pl?tab=[% TAB.tab %]" class="cancel">Cancel</a></fieldset> >+ <fieldset class="action"><button class="save-all submit" type="submit">Save all [% TAB.tab_title %] preferences</button> <a href="#" onclick="window.location.reload(true);" class="cancel">Cancel</a></fieldset> > </form> > </div> > [% END %] >-- >1.7.5.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 7341
:
6917
|
6972