Bug 8906: Followup replace 'Clear' with 'Delete'
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 26 Dec 2012 11:06:47 +0000 (12:06 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 15 Feb 2013 14:08:10 +0000 (09:08 -0500)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-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/oai_set_mappings.tt

index 64ed733..b449191 100644 (file)
@@ -86,7 +86,7 @@ function hideDialogBox() {
                       OR
                     [% END %]
                   </td>
-                  <td><a class="clear-field" href="#">Clear</a></td>
+                  <td><a class="clear-field" href="#">Delete</a></td>
                 </tr>
               [% END %]
             [% ELSE %]
@@ -96,7 +96,7 @@ function hideDialogBox() {
                 <td>is equal to</td>
                 <td><input type="text" name="marcvalue" /></td>
                 <td><input type="button" id="ORbutton" value="OR" /></td>
-                <td><a class="clear-field" href="#">Clear</a></td>
+                <td><a class="clear-field" href="#">Delete</a></td>
               </tr>
             [% END %]
           </tbody>