From f48493d4cf21cf968c7b72358a60e0f4fc8d2e97 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 6 Jan 2009 15:01:27 +0000 Subject: [PATCH] Das "readonly"-Attribut muss innerhalb des HTML-Tags stehen. --- bin/mozilla/ap.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}; -- 2.20.1