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:
Garry Collum 2010-02-09 15:09:41 -05:00 committed by Galen Charlton
parent e66929f052
commit f02e460671

View file

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