Lines 326-332
$(document).ready(function(){
Link Here
|
326 |
<input type="hidden" name="subfield" value="[% ite.subfield | html %]" /> |
326 |
<input type="hidden" name="subfield" value="[% ite.subfield | html %]" /> |
327 |
<input type="hidden" name="mandatory" value="[% ite.mandatory | html %]" /> |
327 |
<input type="hidden" name="mandatory" value="[% ite.mandatory | html %]" /> |
328 |
[% IF ( ite.repeatable ) %] |
328 |
[% IF ( ite.repeatable ) %] |
329 |
<a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode); return false;"> |
329 |
<a href="#" class="buttonPlus" onclick="CloneItemSubfield(this.parentNode.parentNode); return false;"> |
330 |
<img src="[% interface | html %]/[% theme | html %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
330 |
<img src="[% interface | html %]/[% theme | html %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
331 |
</a> |
331 |
</a> |
332 |
[% END %] |
332 |
[% END %] |
333 |
- |
|
|