From 22022b9a21061c4e2fdca1b486dfadc1c2e48396 Mon Sep 17 00:00:00 2001 From: Highstrike Date: Wed, 21 Feb 2018 14:18:17 +0200 Subject: [PATCH] tabs as spaces --- src/Template/Backend/Login/index.ctp | 4 +- src/Template/Layout/backend.ctp | 2 +- webroot/js/backend.js | 60 ++++++++++++++-------------- webroot/js/widgets/picky.js | 44 ++++++++++---------- webroot/js/widgets/wysiwyg.js | 4 +- 5 files changed, 57 insertions(+), 57 deletions(-) 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 = [