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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-4 / +5 lines)
Lines 177-183 function populateHiddenCheckboxes(tab) { Link Here
177
[% INCLUDE 'cat-search.inc' %]
177
[% INCLUDE 'cat-search.inc' %]
178
178
179
<div id="breadcrumbs">
179
<div id="breadcrumbs">
180
  <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo; <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&amp;searchfield=[% tagfield %]">[% frameworkcode %] framework structure</a> &rsaquo;
180
  <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a> &rsaquo; <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% frameworkcode %]&amp;searchfield=[% tagfield %]">[% frameworkcode or "Default" %] framework structure</a> &rsaquo;
181
  [% IF ( add_form ) %]
181
  [% IF ( add_form ) %]
182
  [% IF ( use_heading_flags_p ) %]
182
  [% IF ( use_heading_flags_p ) %]
183
  [% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] subfield structure</a> &rsaquo; Edit subfields constraints
183
  [% IF ( heading_edit_subfields_p ) %] <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&amp;frameworkcode=[% frameworkcode %]">Tag [% tagfield %] subfield structure</a> &rsaquo; Edit subfields constraints
Lines 210-217 function populateHiddenCheckboxes(tab) { Link Here
210
    <input type="hidden" name="op" value="add_validate" />
210
    <input type="hidden" name="op" value="add_validate" />
211
	<input type="hidden" name="tagfield" value="[% tagfield %]" />
211
	<input type="hidden" name="tagfield" value="[% tagfield %]" />
212
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
212
    <input type="hidden" name="frameworkcode" value="[% frameworkcode %]" />
213
    <input type="submit" value="Save changes" />
213
214
    
215
    <div id="subfieldtabs" class="toptabs numbered">
214
    <div id="subfieldtabs" class="toptabs numbered">
216
   <ul>
215
   <ul>
217
        [% FOREACH loo IN loop %]
216
        [% FOREACH loo IN loop %]
Lines 280-285 function populateHiddenCheckboxes(tab) { Link Here
280
        </div><!-- /content_sub -->
279
        </div><!-- /content_sub -->
281
        [% END %]
280
        [% END %]
282
		</div><!-- /content -->
281
		</div><!-- /content -->
282
    <fieldset class="action">
283
        <input type="submit" value="Save changes" /> <a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% tagfield %]&amp;frameworkcode=[% frameworkcode %]" class="cancel">Cancel</a>
284
    </fieldset>
283
    </form>
285
    </form>
284
[% END %]
286
[% END %]
285
287
286
- 

Return to bug 9957