|
Lines 257-267
function confirmnotdup(redirect){
Link Here
|
| 257 |
<span class="field_controls"> |
257 |
<span class="field_controls"> |
| 258 |
[% IF ( innerloo.repeatable ) %] |
258 |
[% IF ( innerloo.repeatable ) %] |
| 259 |
<a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag"> |
259 |
<a href="#" tabindex="1" class="buttonPlus" onclick="CloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]','[% hide_marc %]','[% advancedMARCEditor %]'); return false;" title="Repeat this Tag"> |
| 260 |
<img src="/intranet-tmpl/prog/img/repeat-tag.png" alt="Repeat this Tag" /> |
260 |
<img src="[% interface %]/[% theme %]/img/repeat-tag.png" alt="Repeat this Tag" /> |
| 261 |
</a> |
261 |
</a> |
| 262 |
[% END %] |
262 |
[% END %] |
| 263 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag"> |
263 |
<a href="#" tabindex="1" class="buttonMinus" onclick="UnCloneField('tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]'); return false;" title="Delete this Tag"> |
| 264 |
<img src="/intranet-tmpl/prog/img/delete-tag.png" alt="Delete this Tag" /> |
264 |
<img src="[% interface %]/[% theme %]/img/delete-tag.png" alt="Delete this Tag" /> |
| 265 |
</a> |
265 |
</a> |
| 266 |
</span> |
266 |
</span> |
| 267 |
|
267 |
|
|
Lines 280-288
function confirmnotdup(redirect){
Link Here
|
| 280 |
[% UNLESS hide_marc %] |
280 |
[% UNLESS hide_marc %] |
| 281 |
<span class="subfieldcode"> |
281 |
<span class="subfieldcode"> |
| 282 |
[% IF ( subfield_loo.fixedfield ) %] |
282 |
[% IF ( subfield_loo.fixedfield ) %] |
| 283 |
<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" /> |
283 |
<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" /> |
| 284 |
[% ELSE %] |
284 |
[% ELSE %] |
| 285 |
<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" /> |
285 |
<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" /> |
| 286 |
[% END %] |
286 |
[% END %] |
| 287 |
<input type="text" |
287 |
<input type="text" |
| 288 |
title="[% subfield_loo.marc_lib_plain %]" |
288 |
title="[% subfield_loo.marc_lib_plain %]" |
|
Lines 313-322
function confirmnotdup(redirect){
Link Here
|
| 313 |
<span class="subfield_controls"> |
313 |
<span class="subfield_controls"> |
| 314 |
[% IF ( subfield_loo.repeatable ) %] |
314 |
[% IF ( subfield_loo.repeatable ) %] |
| 315 |
<a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;"> |
315 |
<a href="#" class="buttonPlus" tabindex="1" onclick="CloneSubfield('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]','[% advancedMARCEditor %]'); return false;"> |
| 316 |
<img src="/intranet-tmpl/prog/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
316 |
<img src="[% interface %]/[% theme %]/img/clone-subfield.png" alt="Clone" title="Clone this subfield" /> |
| 317 |
</a> |
317 |
</a> |
| 318 |
<a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;"> |
318 |
<a href="#" class="buttonMinus" tabindex="1" onclick="UnCloneField('subfield[% subfield_loo.tag %][% subfield_loo.subfield %][% subfield_loo.random %]'); return false;"> |
| 319 |
<img src="/intranet-tmpl/prog/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /> |
319 |
<img src="[% interface %]/[% theme %]/img/delete-subfield.png" alt="Delete" title="Delete this subfield" /> |
| 320 |
</a> |
320 |
</a> |
| 321 |
[% END %] |
321 |
[% END %] |
| 322 |
</span> |
322 |
</span> |