Bugzilla – Attachment 32900 Details for
Bug 7162
Factorize code for order cancellation and add field for giving a reason
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7162: Remove "(Y)" and "(N)" from buttons text
Bug-7162-Remove-Y-and-N-from-buttons-text.patch (text/plain), 1.29 KB, created by
Julian Maurice
on 2014-10-29 12:58:54 UTC
(
hide
)
Description:
[PASSED QA] Bug 7162: Remove "(Y)" and "(N)" from buttons text
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2014-10-29 12:58:54 UTC
Size:
1.29 KB
patch
obsolete
>From d78f853050ecae4c2ae0e0b0643e33414203631f Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 21 Jul 2014 11:29:52 +0200 >Subject: [PATCH] Bug 7162: Remove "(Y)" and "(N)" from buttons text > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >index 7f36cd1..3064a08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt >@@ -34,8 +34,8 @@ > [% IF (del_biblio) %] > <input type="hidden" value="1" name="del_biblio" /> > [% END %] >- <input type="submit" class="approve" value="Yes, cancel (Y)" accesskey="y" /> >- <input type="submit" class="deny" value="No, don't cancel (N)" accesskey="n" onclick="window.location='[% referrer %]';return false;" /> >+ <input type="submit" class="approve" value="Yes, cancel" accesskey="y" /> >+ <input type="submit" class="deny" value="No, don't cancel" accesskey="n" onclick="window.location='[% referrer %]';return false;" /> > </div> > </form> > [% ELSE %] >-- >1.9.1
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 7162
:
6219
|
7007
|
9148
|
9238
|
13224
|
13225
|
16373
|
16374
|
16409
|
16457
|
18455
|
18456
|
19315
|
21333
|
21334
|
21335
|
22719
|
22720
|
22721
|
24075
|
24076
|
24077
|
26235
|
26236
|
26237
|
28353
|
28558
|
28559
|
28560
|
28836
|
29535
|
29536
|
29661
|
29662
|
29663
|
29664
|
29665
|
29698
|
29889
|
29890
|
29891
|
29892
|
29893
|
29894
|
29918
|
29943
|
32895
|
32896
|
32897
|
32898
|
32899
| 32900 |
32902