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:
Owen Leonard 2010-11-15 18:19:26 -05:00 committed by Chris Cormack
parent 240ce5a31c
commit c55f8ffca7

View file

@ -191,13 +191,13 @@ sub create_input {
elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) { elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) {
$subfield_data{marc_value} = $subfield_data{marc_value} =
"<input type=\"text\" "<input type=\"text\"
id=\"".$subfield_data{id}."\" id=\"".$subfield_data{id}."\"
name=\"".$subfield_data{id}."\" name=\"".$subfield_data{id}."\"
value=\"$value\" value=\"$value\"
class=\"input_marceditor\" class=\"input_marceditor readonly\"
tabindex=\"1\" tabindex=\"1\"
readonly=\"readonly\" \/> readonly=\"readonly\" \/>
<a href=\"#\" class=\"buttonDot\" <a href=\"#\" class=\"buttonDot\"
onclick=\"openAuth(this.parentNode.getElementsByTagName('input')[1].id,'".$tagslib->{$tag}->{$subfield}->{authtypecode}."'); return false;\" tabindex=\"1\" title=\"Tag Editor\">...</a> 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 # it's a plugin field