Bug Fix : Blocker 2017

disabled values are not passed to CGI.
So that if you disable entry, values and subfield codes are mixed up.
I changed disabled=tru to readonly and it fixes the bug.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Henri-Damien LAURENT 2008-04-17 10:04:17 +02:00 committed by Joshua Ferraro
parent 004524584b
commit 79d6243333

View file

@ -366,7 +366,7 @@ sub create_input {
tabindex=\"1\"
size=\"67\"
maxlength=\"255\"
disabled=\"true\"
readonly=\"true\"
\/>
<a href=\"#\" class=\"buttonDot\"
onclick=\"Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=".$tagslib->{$tag}->{$subfield}->{authtypecode}."&amp;index=$subfield_data{id}','$subfield_data{id}'); return false;\" title=\"Tag Editor\">...</a>