Bugzilla – Attachment 15488 Details for
Bug 9655
Capitalization wrong on 'Close and Print' button in basket groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9655 - Capitalization wrong on 'Close and Print' button in basket groups
SIGNED-OFF-Bug-9655---Capitalization-wrong-on-Clos.patch (text/plain), 2.03 KB, created by
Katrin Fischer
on 2013-02-18 07:29:43 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9655 - Capitalization wrong on 'Close and Print' button in basket groups
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-02-18 07:29:43 UTC
Size:
2.03 KB
patch
obsolete
>From fede15d59bee50e8663c012cc5acc28b90975a46 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 17 Feb 2013 20:22:45 -0300 >Subject: [PATCH] [SIGNED-OFF] Bug 9655 - Capitalization wrong on 'Close and > Print' button in basket groups > >This patch fix button capitalization on basket groups for a vendor. > >To test: >1) Go to Acquisitions, search for a vendor, click on vendor name, >Manage orders > Basquet groups >2) On Open tab, action button "Close and Print" has incorrect capitalization. >3) Apply the patch >4) Reload or repeat 1-2, capitalization fixed. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works perfectly. >--- > .../prog/en/modules/acqui/basketgroup.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 65d3e6e..d8be02a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -283,7 +283,7 @@ function yuiToolbar() { > </td> > <td> > <span> >- <input type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and Print" /> >+ <input type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and print" /> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Edit" /></form> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Delete" /></form> > </span> >-- >1.7.9.5
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 9655
:
15486
|
15488
|
15530