Bugzilla – Attachment 43663 Details for
Bug 14676
UI/UX enhancements for the patron card creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14676: (QA followup) Fix case problems carried from the past
Bug-14676-QA-followup-Fix-case-problems-carried-fr.patch (text/plain), 2.31 KB, created by
Tomás Cohen Arazi (tcohen)
on 2015-10-20 18:24:18 UTC
(
hide
)
Description:
Bug 14676: (QA followup) Fix case problems carried from the past
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2015-10-20 18:24:18 UTC
Size:
2.31 KB
patch
obsolete
>From 3aafdf91b0e725d65e44c8f4a64a04d7998898fb Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 20 Oct 2015 15:18:53 -0300 >Subject: [PATCH] Bug 14676: (QA followup) Fix case problems carried from the > past > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >index 137bd50..322c404 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt >@@ -66,7 +66,7 @@ > [% INCLUDE 'patroncards-errors.inc' %] > <div class="yui-g"> > <div class="yui-u first"> >- <h1>Upload Images</h1> >+ <h1>Upload images</h1> > <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data"> > <fieldset class="brief"> > <div class="hint"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >index b026da1..ed3722f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt >@@ -128,7 +128,7 @@ > <div class="hint">Current library: [% LoginBranchname %]</div> > [% IF ( table_loop ) %] > <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element %]"> >- <h2>Currently available [% PROCESS translate_card_element element=card_element_title %]</h2> >+ <h2>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h2> > <table> > [% FOREACH table_loo IN table_loop %] > [% IF ( table_loo.header_fields ) %] >-- >2.6.2
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 14676
:
43393
|
43411
|
43426
|
43661
|
43662
| 43663