|
Lines 191-203
sub create_input {
Link Here
|
| 191 |
elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) { |
191 |
elsif ( $tagslib->{$tag}->{$subfield}->{authtypecode} ) { |
| 192 |
$subfield_data{marc_value} = |
192 |
$subfield_data{marc_value} = |
| 193 |
"<input type=\"text\" |
193 |
"<input type=\"text\" |
| 194 |
id=\"".$subfield_data{id}."\" |
194 |
id=\"".$subfield_data{id}."\" |
| 195 |
name=\"".$subfield_data{id}."\" |
195 |
name=\"".$subfield_data{id}."\" |
| 196 |
value=\"$value\" |
196 |
value=\"$value\" |
| 197 |
class=\"input_marceditor\" |
197 |
class=\"input_marceditor readonly\" |
| 198 |
tabindex=\"1\" |
198 |
tabindex=\"1\" |
| 199 |
readonly=\"readonly\" \/> |
199 |
readonly=\"readonly\" \/> |
| 200 |
<a href=\"#\" class=\"buttonDot\" |
200 |
<a href=\"#\" class=\"buttonDot\" |
| 201 |
onclick=\"openAuth(this.parentNode.getElementsByTagName('input')[1].id,'".$tagslib->{$tag}->{$subfield}->{authtypecode}."'); return false;\" tabindex=\"1\" title=\"Tag Editor\">...</a> |
201 |
onclick=\"openAuth(this.parentNode.getElementsByTagName('input')[1].id,'".$tagslib->{$tag}->{$subfield}->{authtypecode}."'); return false;\" tabindex=\"1\" title=\"Tag Editor\">...</a> |
| 202 |
"; |
202 |
"; |
| 203 |
# it's a plugin field |
203 |
# it's a plugin field |
| 204 |
- |
|
|