From 86958f70d2970704e9ec6935d65e294c077143ea Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 18 Mar 2007 18:46:03 +0000 Subject: Improved contacts drop down; HTML output improvements; JS code cleanup --- program/include/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include') diff --git a/program/include/main.inc b/program/include/main.inc index 68cc9032c..e522b4350 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -1846,7 +1846,7 @@ function rcmail_login_form($attrib) $labels['pass'] = rcube_label('password'); $labels['host'] = rcube_label('server'); - $input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30)); + $input_user = new textfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 30, 'autocomplete' => 'off')); $input_pass = new passwordfield(array('name' => '_pass', 'id' => 'rcmloginpwd', 'size' => 30)); $input_action = new hiddenfield(array('name' => '_action', 'value' => 'login')); -- cgit v1.2.3