Bug 8018: (follow-up) fixing some wrong capitalization
Fixes capitalization in 2 places: - Delete a subfield - Yes/No options - Edit a subfield - Edit subfield Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
b5eab7c20b
commit
3b9d8074b8
1 changed files with 3 additions and 3 deletions
|
@ -290,7 +290,7 @@ function populateHiddenCheckboxes(tab) {
|
|||
<input type="hidden" name="tagfield" value="[% tagfield %]" />
|
||||
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
|
||||
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
|
||||
<input type="submit" value="Yes, Delete this Subfield" />
|
||||
<input type="submit" value="Yes, delete this subfield" />
|
||||
</form>
|
||||
|
||||
<form action="[% script_name %]" method="post">
|
||||
|
@ -298,7 +298,7 @@ function populateHiddenCheckboxes(tab) {
|
|||
<input type="hidden" name="tagfield" value="[% tagfield %]" />
|
||||
<input type="hidden" name="tagsubfield" value="[% tagsubfield %]" />
|
||||
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
|
||||
<input type="submit" value="No, Do Not Delete" />
|
||||
<input type="submit" value="No, do not delete" />
|
||||
</form>
|
||||
[% END %]
|
||||
|
||||
|
@ -366,7 +366,7 @@ function populateHiddenCheckboxes(tab) {
|
|||
<fieldset class="action"><input type="hidden" name="op" value="add_form" />
|
||||
<input type="hidden" name="tagfield" value="[% edit_tagfield %]" />
|
||||
<input type="hidden" name="frameworkcode" value="[% edit_frameworkcode %]" />
|
||||
<input type="submit" value="Edit Subfields" />
|
||||
<input type="submit" value="Edit subfields" />
|
||||
<a class="cancel" href="marctagstructure.pl?searchfield=[% tagfield %]&frameworkcode=[% frameworkcode %]">Cancel</a>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue