View | Details | Raw Unified | Return to bug 7125
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-2 / +12 lines)
Lines 64-70 $(document).ready(function() { Link Here
64
      <fieldset class="rows"><legend>[% IF ( use_heading_flags_p ) %][% IF ( heading_modify_tag_p ) %]Modify tag <input type="hidden" name="modif" value="1" />[% searchfield %][% END %][% IF ( heading_add_tag_p ) %]Add tag[% END %][% ELSE %][% action %][% END %]</legend>  <input type="hidden" name="op" value="add_validate" />
64
      <fieldset class="rows"><legend>[% IF ( use_heading_flags_p ) %][% IF ( heading_modify_tag_p ) %]Modify tag <input type="hidden" name="modif" value="1" />[% searchfield %][% END %][% IF ( heading_add_tag_p ) %]Add tag[% END %][% ELSE %][% action %][% END %]</legend>  <input type="hidden" name="op" value="add_validate" />
65
	<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
65
	<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
66
66
67
    <ol> <li><label for="tagfield" class="required">Tag: </label><input id="tagfield" type="text" name="tagfield" value="[% searchfield %]" maxlength="3" size="3" required="required" class="required" /> <span class="required">Required</span></li>
67
        <ol>
68
            <li>
69
                [% IF ( heading_modify_tag_p ) %]
70
                    <input type="hidden" name="tagfield" value="[% searchfield %]" />
71
                    <span class="label">Tag:</span>
72
                    [% searchfield %]
73
                [% ELSE %]
74
                    <label for="tagfield" class="required">Tag: </label>
75
                    <input id="tagfield" type="text" name="tagfield" value="[% searchfield %]" maxlength="3" size="3" required="required" class="required" />
76
                    <span class="required">Required</span>
77
                [% END %]
78
            </li>
68
    <li><label for="liblibrarian">Label for lib: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
79
    <li><label for="liblibrarian">Label for lib: </label><input type="text" id="liblibrarian" name="liblibrarian" value="[% liblibrarian |html %]" size="40" maxlength="100" /></li>
69
    <li><label for="libopac">Label for opac: </label><input type="text" id="libopac" name="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
80
    <li><label for="libopac">Label for opac: </label><input type="text" id="libopac" name="libopac" value="[% libopac |html %]" size="40" maxlength="100" /></li>
70
    <li><label for="repeatable">Repeatable: </label>
81
    <li><label for="repeatable">Repeatable: </label>
71
- 

Return to bug 7125