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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (+1 lines)
Lines 85-90 Link Here
85
    <h1>[% IF ( use_heading_flags_p ) %]
85
    <h1>[% IF ( use_heading_flags_p ) %]
86
    [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield | html %] authority [% authtypecode | html %][% END %]
86
    [% IF ( heading_edit_subfields_p ) %]Edit MARC subfields constraints for field [% tagfield | html %] authority [% authtypecode | html %][% END %]
87
    [% ELSE %][% action | html %][% END %]</h1>
87
    [% ELSE %][% action | html %][% END %]</h1>
88
    <div class="hint">You can drag and drop subfields tabs to change the order</div>
88
    <form action="[% script_name | html %]" name="Aform" method="post">
89
    <form action="[% script_name | html %]" name="Aform" method="post">
89
        <input type="hidden" name="op" value="add_validate" />
90
        <input type="hidden" name="op" value="add_validate" />
90
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
91
        <input type="hidden" name="tagfield" value="[% tagfield | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-1 / +1 lines)
Lines 121-126 Link Here
121
                                [% action | html %]
121
                                [% action | html %]
122
                            [% END %]
122
                            [% END %]
123
                        </h1>
123
                        </h1>
124
                        <div class="hint">You can drag and drop subfields tabs to change the order</div>
124
125
125
                        <form action="[% script_name | html %]" name="Aform" method="post">
126
                        <form action="[% script_name | html %]" name="Aform" method="post">
126
                            <input type="hidden" name="op" value="add_validate" />
127
                            <input type="hidden" name="op" value="add_validate" />
127
- 

Return to bug 27775