diff --git a/src/Template/Backend/Login/index.ctp b/src/Template/Backend/Login/index.ctp index ab1b4ff..a73fb60 100644 --- a/src/Template/Backend/Login/index.ctp +++ b/src/Template/Backend/Login/index.ctp @@ -9,8 +9,8 @@
Form->control('username', ['label' => __d('Unimatrix/backend', 'Username')]); ?> - Form->control('password', ['label' => __d('Unimatrix/backend', 'Password')]); ?> - Form->control('remember', ['type' => 'checkbox', 'label' => __d('Unimatrix/backend', 'Remember me'), 'checked' => true]); ?> + Form->control('password', ['label' => __d('Unimatrix/backend', 'Password')]); ?> + Form->control('remember', ['type' => 'checkbox', 'label' => __d('Unimatrix/backend', 'Remember me'), 'checked' => true]); ?>
Form->button(__d('Unimatrix/backend', 'Login')) ?> Form->end() ?> diff --git a/src/Template/Layout/backend.ctp b/src/Template/Layout/backend.ctp index 34c968a..e57f962 100644 --- a/src/Template/Layout/backend.ctp +++ b/src/Template/Layout/backend.ctp @@ -61,7 +61,7 @@ $project = [