Bug 10040: Capitalization wrong when deleting subfields from authority
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 14 Apr 2013 18:59:08 +0000 (20:59 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 26 Apr 2013 22:32:59 +0000 (18:32 -0400)
Confirmation message for deleting subfields from an authority framework
has wrong capitalization.

To reproduce:
1) Go to Administration > Authority types
2) Click on MARC structure for one of the authority types
3) Click on the subfields link for one of the fields
4) Delete one of the subfields

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Passed-QA-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt

index 63c5b65..688bd71 100644 (file)
@@ -126,14 +126,14 @@ function displayMoreConstraint(numlayer){
         <input type="hidden" name="tagfield" value="[% tagfield %]" />
         <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
-        <input type="submit" class="approve" value="Yes, Delete this Subfield" />
+        <input type="submit" class="approve" value="Yes, delete this subfield" />
         </form>
         <form action="[% delete_link %]" method="get">
          <input type="hidden" name="searchfield" value="[% searchfield %]" />
         <input type="hidden" name="tagfield" value="[% tagfield %]" />
         <input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
         <input type="hidden" name="authtypecode" value="[% authtypecode %]" />
-        <input type="submit" class="deny" value="No, Do Not Delete" />
+        <input type="submit" class="deny" value="No, do not delete" />
         </form>
     </form></div>
 [% END %]