Bugzilla – Attachment 9773 Details for
Bug 8152
Clicking cancel on edit suggestion redirect to the suggestion detail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list
0001-Bug-8152-Clicking-cancel-link-on-edit-suggestion-red.patch (text/plain), 2.02 KB, created by
Jonathan Druart
on 2012-05-25 09:32:36 UTC
(
hide
)
Description:
Bug 8152: Clicking cancel link on edit suggestion redirect to the suggestions list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-25 09:32:36 UTC
Size:
2.02 KB
patch
obsolete
>From 99ce29ba0dfafed78768cb1d393aba35e9da0686 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 25 May 2012 11:29:23 +0200 >Subject: [PATCH 1/1] Bug 8152: Clicking cancel link on edit suggestion > redirect to the suggestions list > >--- > .../prog/en/modules/suggestion/suggestion.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >index 4a92f85..2c2c83d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt >@@ -310,7 +310,7 @@ $(document).ready(function() { calcNewsuggTotal(); }); > <input type="text" readonly="readonly" id="total" name="total" size="10" value="[% total %]"/> > </li></ol> > </fieldset><input type="hidden" id="returnsuggested" name="returnsuggested" value="[% IF ( returnsuggestedby ) %][% returnsuggestedby %][% ELSE %]noone[% END %]"/> >- <fieldset class="action"><input type="hidden" name="op" value="[% op %]" />[% IF ( suggestionid ) %]<input type="submit" value="Save" /> <a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby %]#suggestions[% ELSE %]suggestion.pl?suggestionid=[% suggestionid %]&op=show[% END %]">Cancel</a>[% ELSE %]<input type="submit" value="Submit Your Suggestion" /> <a class="cancel" href="suggestion.pl">Cancel</a>[% END %] >+ <fieldset class="action"><input type="hidden" name="op" value="[% op %]" />[% IF ( suggestionid ) %]<input type="submit" value="Save" /> <a class="cancel" href="[% IF ( returnsuggestedby ) %]/cgi-bin/koha/members/moremember.pl?borrowernumber=[% returnsuggestedby %]#suggestions[% ELSE %]suggestion.pl[% END %]">Cancel</a>[% ELSE %]<input type="submit" value="Submit Your Suggestion" /> <a class="cancel" href="suggestion.pl">Cancel</a>[% END %] > </fieldset> > </form> > [% END %] >-- >1.7.7.3 >
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 8152
:
9773
|
10171