Bugzilla – Attachment 30060 Details for
Bug 12563
Capitalization: 'Set Status' on detail pages item's tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for bug12563
0002-Bug12563-capitalisation-on-detail-pages-item-s-tab.patch (text/plain), 2.05 KB, created by
Evonne
on 2014-07-25 02:27:27 UTC
(
hide
)
Description:
patch for bug12563
Filename:
MIME Type:
Creator:
Evonne
Created:
2014-07-25 02:27:27 UTC
Size:
2.05 KB
patch
obsolete
>From 86b3347d68541e4f4fec871bd0fa3d886653a145 Mon Sep 17 00:00:00 2001 >From: Evonne Cheung <evonne@catalyst.net.nz> >Date: Fri, 21 Nov 2014 12:59:48 +1300 >Subject: [PATCH 2/2] Bug12563: capitalisation on detail pages item's tab > >Test: go to a record in the catalog, go to detail page, switch to 'items' >tab, look for the 2 'Set status' buttons, check capitalisation should be >lower case for second word. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 88c7ee9..1ddc952 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -117,7 +117,7 @@ > </select> > <input type="hidden" name="withdrawn" value="[% ITEM_DAT.withdrawn %]" /> > <input type="hidden" name="damaged" value="[% ITEM_DAT.damaged %]" /> >- <input type="submit" name="submit" class="submit" value="Set Status" /></form> >+ <input type="submit" name="submit" class="submit" value="Set status" /></form> > [% ELSE %] > [% FOREACH itemlostloo IN ITEM_DAT.itemlostloop %] > [% IF ( itemlostloo.selected ) %] >@@ -150,7 +150,7 @@ > </select> > <input type="hidden" name="withdrawn" value="[% ITEM_DAT.withdrawn %]" /> > <input type="hidden" name="itemlost" value="[% ITEM_DAT.itemlost %]" /> >- <input type="submit" name="submit" class="submit" value="Set Status" /></form> >+ <input type="submit" name="submit" class="submit" value="Set status" /></form> > [% ELSE %] > [% FOREACH itemdamagedloo IN ITEM_DAT.itemdamagedloop %] > [% IF ( itemdamagedloo.selected ) %] >-- >1.9.4.msysgit.0 >
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 12563
:
30060
|
30134
|
30157