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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +1 lines)
Lines 197-203 Link Here
197
                <input type="hidden" name="subfield"  value="[% ite.subfield | html %]" />
197
                <input type="hidden" name="subfield"  value="[% ite.subfield | html %]" />
198
                <input type="hidden" name="mandatory" value="[% ite.mandatory | html %]" />
198
                <input type="hidden" name="mandatory" value="[% ite.mandatory | html %]" />
199
                [% IF ( ite.repeatable ) %]
199
                [% IF ( ite.repeatable ) %]
200
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;">
200
                    <a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode.parentNode); return false;">
201
                        <img src="[% interface | html %]/[% theme | html %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
201
                        <img src="[% interface | html %]/[% theme | html %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" />
202
                    </a>
202
                    </a>
203
                [% END %]
203
                [% END %]
204
- 

Return to bug 24649