From: Moritz Bunkus Date: Tue, 6 Jan 2009 15:01:27 +0000 (+0000) Subject: Das "readonly"-Attribut muss innerhalb des HTML-Tags stehen. X-Git-Tag: release-2.6.0beta2~205 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f48493d4cf21cf968c7b72358a60e0f4fc8d2e97;p=kivitendo-erp.git Das "readonly"-Attribut muss innerhalb des HTML-Tags stehen. --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 2deb9cb5f..30453f619 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -361,12 +361,12 @@ selectvendor } | # with JavaScript Calendar $button1 = qq| - $readonly + text('button') . qq|> |; $button2 = qq| - $readonly + text('button') . qq|> |; @@ -379,9 +379,9 @@ selectvendor } | # without JavaScript Calendar $button1 = - qq| $readonly|; + qq||; $button2 = - qq| $readonly|; + qq||; } my $follow_up_vc = $form->{vendor};