|
Lines 1038-1044
function PopupMARCFieldDoc(field) {
Link Here
|
| 1038 |
[% END %] |
1038 |
[% END %] |
| 1039 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
1039 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
| 1040 |
[% IF advancedMARCEditor %] |
1040 |
[% IF advancedMARCEditor %] |
| 1041 |
<a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a> |
1041 |
<a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to expand this tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a> |
| 1042 |
[% ELSE %] |
1042 |
[% ELSE %] |
| 1043 |
<span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span> |
1043 |
<span class="tagnum" title="[% innerloo.tag_lib | html %]">[% innerloo.tag | html %]</span> |
| 1044 |
<a href="#" class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag | html %]'); return false;"> ?</a> |
1044 |
<a href="#" class="marcdocs" onclick="PopupMARCFieldDoc('[% innerloo.tag | html %]'); return false;"> ?</a> |
|
Lines 1079-1085
function PopupMARCFieldDoc(field) {
Link Here
|
| 1079 |
[% END # /IF innerloo.fixedfield %] - |
1079 |
[% END # /IF innerloo.fixedfield %] - |
| 1080 |
|
1080 |
|
| 1081 |
[% UNLESS advancedMARCEditor %] |
1081 |
[% UNLESS advancedMARCEditor %] |
| 1082 |
<a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to Expand this Tag">[% innerloo.tag_lib | html %]</a> |
1082 |
<a href="#" tabindex="1" class="expandfield" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;" title="Click to expand this tag">[% innerloo.tag_lib | html %]</a> |
| 1083 |
[% END %] |
1083 |
[% END %] |
| 1084 |
|
1084 |
|
| 1085 |
<span class="field_controls"> |
1085 |
<span class="field_controls"> |
| 1086 |
- |
|
|