Bugzilla – Attachment 15530 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]
Bug 9655 - Capitalization wrong on 'Close and Print' button in basket groups
Bug-9655---Capitalization-wrong-on-Close-and-Print.patch (text/plain), 2.09 KB, created by
Jonathan Druart
on 2013-02-19 09:34:50 UTC
(
hide
)
Description:
Bug 9655 - Capitalization wrong on 'Close and Print' button in basket groups
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-02-19 09:34:50 UTC
Size:
2.09 KB
patch
obsolete
>From ab4f3d30e8b5f0a23bd9f387d77d44a37827a97b 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] 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. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/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.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 9655
:
15486
|
15488
| 15530