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 --> |