Bugzilla – Attachment 30157 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]
[PASSED QA] Bug 12563: capitalisation on detail pages item's tab
PASSED-QA-Bug-12563-capitalisation-on-detail-pages.patch (text/plain), 2.29 KB, created by
Katrin Fischer
on 2014-07-27 21:19:06 UTC
(
hide
)
Description:
[PASSED QA] Bug 12563: capitalisation on detail pages item's tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-27 21:19:06 UTC
Size:
2.29 KB
patch
obsolete
>From 5ee491d91f6e22964f25819f37e92ace08e16f1b 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] [PASSED QA] Bug 12563: 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. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Works as described, no koha-qa errors > >Evonne, assign the patch to yourself :) > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Small template change, no regressions found. >--- > 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.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 12563
:
30060
|
30134
| 30157