Bug 2122 follow-up for authorities editor
Signed-off-by: Galen Charlton <gmcharlt@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
240ce5a31c
commit
c55f8ffca7
1 changed files with 7 additions and 7 deletions
|
@ -191,13 +191,13 @@ sub create_input {
|
|||
elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) {
|
||||
$subfield_data{marc_value} =
|
||||
"<input type=\"text\"
|
||||
id=\"".$subfield_data{id}."\"
|
||||
name=\"".$subfield_data{id}."\"
|
||||
value=\"$value\"
|
||||
class=\"input_marceditor\"
|
||||
tabindex=\"1\"
|
||||
readonly=\"readonly\" \/>
|
||||
<a href=\"#\" class=\"buttonDot\"
|
||||
id=\"".$subfield_data{id}."\"
|
||||
name=\"".$subfield_data{id}."\"
|
||||
value=\"$value\"
|
||||
class=\"input_marceditor readonly\"
|
||||
tabindex=\"1\"
|
||||
readonly=\"readonly\" \/>
|
||||
<a href=\"#\" class=\"buttonDot\"
|
||||
onclick=\"openAuth(this.parentNode.getElementsByTagName('input')[1].id,'".$tagslib->{$tag}->{$subfield}->{authtypecode}."'); return false;\" tabindex=\"1\" title=\"Tag Editor\">...</a>
|
||||
";
|
||||
# it's a plugin field
|
||||
|
|
Loading…
Reference in a new issue