Lines 260-270
function confirmnotdup(redirect){
Link Here
|
260 |
<span class="field_controls"> |
260 |
<span class="field_controls"> |
261 |
[% IF ( innerloo.repeatable ) %] |
261 |
[% IF ( innerloo.repeatable ) %] |
262 |
<a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag"> |
262 |
<a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag"> |
263 |
<img src="/intranet-tmpl/prog/img/repeat-tag.png" alt="Repeat this Tag" /> |
263 |
<img src="[% interface %]/[% theme %]/img/repeat-tag.png" alt="Repeat this Tag" /> |
264 |
</a> |
264 |
</a> |
265 |
[% END %] |
265 |
[% END %] |
266 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag"> |
266 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag"> |
267 |
<img src="/intranet-tmpl/prog/img/delete-tag.png" alt="Delete this Tag" /> |
267 |
<img src="[% interface %]/[% theme %]/img/delete-tag.png" alt="Delete this Tag" /> |
268 |
</a> |
268 |
</a> |
269 |
</span> |
269 |
</span> |
270 |
|
270 |
|
Lines 283-291
function confirmnotdup(redirect){
Link Here
|
283 |
[% UNLESS hide_marc %] |
283 |
[% UNLESS hide_marc %] |
284 |
<span class="subfieldcode"> |
284 |
<span class="subfieldcode"> |
285 |
[% IF ( subfield_loo.fixedfield ) %] |
285 |
[% IF ( subfield_loo.fixedfield ) %] |
286 |
<img class="buttonUp" style="display:none;" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" /> |
286 |
<img class="buttonUp" style="display:none;" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" /> |
287 |
[% ELSE %] |
287 |
[% ELSE %] |
288 |
<img class="buttonUp" src="/intranet-tmpl/prog/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" /> |
288 |
<img class="buttonUp" src="[% interface %]/[% theme %]/img/up.png" onclick="upSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]')" alt="Move Up" title="Move Up" /> |
289 |
[% END %] |
289 |
[% END %] |
290 |
<input type="text" |
290 |
<input type="text" |
291 |
title="[% subfield_loo.marc_lib_plain %]" |
291 |
title="[% subfield_loo.marc_lib_plain %]" |
Lines 316-325
function confirmnotdup(redirect){
Link Here
|
316 |
<span class="subfield_controls"> |
316 |
<span class="subfield_controls"> |
317 |
[% IF ( subfield_loo.repeatable ) %] |
317 |
[% IF ( subfield_loo.repeatable ) %] |
318 |
<a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;"> |
318 |
<a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;"> |
319 |
<img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
319 |
<img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
320 |
</a> |
320 |
</a> |
321 |
<a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;"> |
321 |
<a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;"> |
322 |
<img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /> |
322 |
<img src="[% interface %]/[% theme %]/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /> |
323 |
</a> |
323 |
</a> |
324 |
[% END %] |
324 |
[% END %] |
325 |
</span> |
325 |
</span> |