diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-02 07:55:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-02 07:55:41 +0000 |
| commit | e900119437d62b1bb5c1ea07ea35b777274a4c83 (patch) | |
| tree | 7df30a554452060a2ad9de7c18a7cd20189aedda /plugins/new_user_dialog/new_user_dialog.php | |
| parent | ca0797a8ec34da6e5f3c874da863cd2ec1367f82 (diff) | |
- Added setting of focus on name input
- Added gl_ES translation
git-svn-id: https://svn.roundcube.net/trunk@4301 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/new_user_dialog/new_user_dialog.php')
| -rw-r--r-- | plugins/new_user_dialog/new_user_dialog.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/new_user_dialog.php b/plugins/new_user_dialog/new_user_dialog.php index 9b773be65..96cd0da23 100644 --- a/plugins/new_user_dialog/new_user_dialog.php +++ b/plugins/new_user_dialog/new_user_dialog.php @@ -85,6 +85,7 @@ class new_user_dialog extends rcube_plugin "$(document).ready(function () { rcmail.message_list.key_press = function(){}; rcmail.message_list.key_down = function(){}; + $('input[name=_name]').focus(); });", 'foot'); $this->include_stylesheet('newuserdialog.css'); |
