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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-4 / +4 lines)
Lines 465-476 Link Here
465
                                                    [% END %]
465
                                                    [% END %]
466
                                                    <span class="field_controls">
466
                                                    <span class="field_controls">
467
                                                        [% IF ( innerloo.repeatable ) %]
467
                                                        [% IF ( innerloo.repeatable ) %]
468
                                                            <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]','[% hide_marc | html %]','[% advancedMARCEditor | html %]'); return false;" title="Repeat this Tag">
468
                                                            <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]','[% hide_marc | html %]','[% advancedMARCEditor | html %]'); return false;" title="Repeat this tag">
469
                                                                <img src="[% interface | html %]/[% theme | html %]/img/repeat-tag.png" alt="Repeat this Tag" />
469
                                                                <img src="[% interface | html %]/[% theme | html %]/img/repeat-tag.png" alt="Repeat this tag" />
470
                                                            </a>
470
                                                            </a>
471
                                                        [% END %]
471
                                                        [% END %]
472
                                                        <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this Tag">
472
                                                        <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this tag">
473
                                                            <img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this Tag" />
473
                                                            <img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this tag" />
474
                                                        </a>
474
                                                        </a>
475
                                                    </span> <!-- /.field_controls -->
475
                                                    </span> <!-- /.field_controls -->
476
                                                </div> <!-- /div.tag_title -->
476
                                                </div> <!-- /div.tag_title -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-5 / +4 lines)
Lines 1084-1095 function PopupMARCFieldDoc(field) { Link Here
1084
1084
1085
                                                <span class="field_controls">
1085
                                                <span class="field_controls">
1086
                                                    [% IF ( innerloo.repeatable ) %]
1086
                                                    [% IF ( innerloo.repeatable ) %]
1087
                                                        <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]','0','[% advancedMARCEditor | html %]'); return false;" title="Repeat this Tag">
1087
                                                        <a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]','0','[% advancedMARCEditor | html %]'); return false;" title="Repeat this tag">
1088
                                                            <img src="[% interface | html %]/[% theme | html %]/img/repeat-tag.png" alt="Repeat this Tag" />
1088
                                                            <img src="[% interface | html %]/[% theme | html %]/img/repeat-tag.png" alt="Repeat this tag" />
1089
                                                        </a>
1089
                                                        </a>
1090
                                                    [% END %]
1090
                                                    [% END %]
1091
                                                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this Tag">
1091
                                                    <a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Delete this tag">
1092
                                                        <img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this Tag" />
1092
                                                        <img src="[% interface | html %]/[% theme | html %]/img/delete-tag.png" alt="Delete this tag" />
1093
                                                    </a>
1093
                                                    </a>
1094
                                                </span> <!-- /.field_controls -->
1094
                                                </span> <!-- /.field_controls -->
1095
                                            </div> <!-- /div.tag_title -->
1095
                                            </div> <!-- /div.tag_title -->
1096
- 

Return to bug 31877