Bug 14676: (QA followup) Fix case problems carried from the past
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 20 Oct 2015 18:18:53 +0000 (15:18 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 20 Oct 2015 18:18:53 +0000 (15:18 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt
koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt

index 137bd50..322c404 100644 (file)
@@ -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">
index b026da1..ed3722f 100644 (file)
                             <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 ) %]