Bug 3860: Can't expand authorities.
Adds a link to the Authority tag to expand the fields if advancedMARCeditor is in "Don't display" mode. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
e66929f052
commit
f02e460671
1 changed files with 4 additions and 0 deletions
|
@ -605,7 +605,11 @@ function searchauthority() {
|
|||
<div class="tag" id="tag_<!-- TMPL_VAR name="tag"-->_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->">
|
||||
<div class="tag_title" name="div_indicator">
|
||||
<!-- TMPL_UNLESS name="hide_marc" -->
|
||||
<!-- TMPL_IF NAME="advancedMARCEditor" -->
|
||||
<a class="tagnum" onclick="ExpandField('tag_<!-- TMPL_VAR name="tag"-->_<!-- TMPL_VAR NAME='index'--><!-- TMPL_VAR name="random" -->')"><!-- TMPL_VAR NAME="tag" --></a>
|
||||
<!-- TMPL_ELSE -->
|
||||
<span title="<!-- TMPL_VAR NAME="tag_lib" -->"><!-- TMPL_VAR NAME="tag" --></span>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="fixedfield" -->
|
||||
<input class="indicator flat"
|
||||
type="text"
|
||||
|
|
Loading…
Reference in a new issue