Bugzilla – Attachment 15486 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), 1.95 KB, created by
Bernardo Gonzalez Kriegel
on 2013-02-17 23:32:23 UTC
(
hide
)
Description:
Bug 9655 - Capitalization wrong on 'Close and Print' button in basket groups
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-02-17 23:32:23 UTC
Size:
1.95 KB
patch
obsolete
>From 3da11bc263b20909fb75a60ecf41f6fdb6eca915 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. >--- > .../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