|
@@ -298,7 +298,14 @@ class IndexController extends CommonController
|
|
|
'autofocus' => 'autofocus'
|
|
|
)
|
|
|
);
|
|
|
- $form->addElement('password', 'password', get_lang('Pass'), array('class' => 'input-medium '));
|
|
|
+ $form->addElement(
|
|
|
+ 'password',
|
|
|
+ 'password',
|
|
|
+ get_lang('Pass'),
|
|
|
+ array(
|
|
|
+ 'class' => 'input-medium virtualkey'
|
|
|
+ )
|
|
|
+ );
|
|
|
$form->addElement('style_submit_button', 'submitAuth', get_lang('LoginEnter'), array('class' => 'btn'));
|
|
|
$html = $form->return_form();
|
|
|
/*if (api_get_setting('openid_authentication') == 'true') {
|