Skip to content
Snippets Groups Projects
Commit 3472ad4d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

beautify login page

parent ab80a4e4
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -118,11 +118,7 @@ if ($oUser->getUsername()) { ...@@ -118,11 +118,7 @@ if ($oUser->getUsername()) {
'value' => $aParams['user'], 'value' => $aParams['user'],
'placeholder' => t('page-login-username'), 'placeholder' => t('page-login-username'),
'autofocus' => 'autofocus', 'autofocus' => 'autofocus',
'inline' => '1', // 'inline' => '1',
),
'input' . $i++ => array(
'type' => 'markup',
'value' => '<div style="clear: both; "></div>'
), ),
'input' . $i++ => array( 'input' . $i++ => array(
'type' => 'password', 'type' => 'password',
...@@ -133,23 +129,15 @@ if ($oUser->getUsername()) { ...@@ -133,23 +129,15 @@ if ($oUser->getUsername()) {
'size' => 10, 'size' => 10,
'value' => $aParams['password'], 'value' => $aParams['password'],
'placeholder' => t('page-login-password'), 'placeholder' => t('page-login-password'),
'inline' => '1', // 'inline' => '1',
),
'input' . $i++ => array(
'type' => 'markup',
'value' => '<div style="clear: both; margin-bottom: 3em;"></div>'
. '<div style="text-align: left; margin-left: 12em;">'
), ),
'input' . $i++ => array( 'input' . $i++ => array(
'type' => 'submit', 'type' => 'submit',
'label' => "",
'name' => 'btnsave', 'name' => 'btnsave',
'label' => t("login"), 'label' => t("login"),
'value' => $oHtml->getIcon('sign-ok') . t("login"), 'value' => $oHtml->getIcon('sign-ok') . t("login"),
), ),
'input' . $i++ => array(
'type' => 'markup',
'value' => '</div>'
),
), ),
) )
); );
...@@ -176,7 +164,7 @@ $renderAdminLTE->addRow( ...@@ -176,7 +164,7 @@ $renderAdminLTE->addRow(
'type'=>'', 'type'=>'',
'variant'=>'outline', 'variant'=>'outline',
'text'=>$sOut, 'text'=>$sOut,
]), ]),5
) )
.$renderAdminLTE->addCol('',3) .$renderAdminLTE->addCol('',4)
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment