diff --git a/src/Controller/ServerUsersController.php b/src/Controller/ServerUsersController.php index 238090123..fc6e95336 100644 --- a/src/Controller/ServerUsersController.php +++ b/src/Controller/ServerUsersController.php @@ -18,7 +18,7 @@ class ServerUsersController extends AppController //$this->Auth->allow(['add', 'edit']); $this->Auth->deny('index'); } - + /** * Index method * @@ -30,7 +30,7 @@ class ServerUsersController extends AppController $this->set(compact('serverUsers')); } - + public function login() { if ($this->request->is('post')) { diff --git a/src/Template/Dashboard/index.ctp b/src/Template/Dashboard/index.ctp index 3958f96e7..60f208f2e 100644 --- a/src/Template/Dashboard/index.ctp +++ b/src/Template/Dashboard/index.ctp @@ -11,79 +11,99 @@ if(isset($user)) { } $this->assign( 'title', - __('Willkommen') . ' ' . $user['first_name'] . ' ' . $user['last_name'] + __('Willkommen') . ', ' . $user['first_name'] . ' ' . $user['last_name'] . '!' ); ?> - ms + ms -
-
-

Gradido ...

+
+

Gradido ...

+
+
+ account_balance_wallet Html->link( - __('übersicht'), + __('Kontoübersicht'), ['controller' => 'StateBalances', 'action' => 'overview'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] + ['class' => 'action-button-link'] );?> +
+
+ account_balance Html->link( - __('überweisen'), + __('Überweisung'), ['controller' => 'TransactionSendCoins', 'action' => 'create'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] + ['class' => 'action-button-link'] ); ?> -
- - -

- - -
-

Gradido ...

+
+ + + + +
+

+ + +

Gradido ...

+
+
+ add_box Html->link( __('einzeln schöpfen'), ['controller' => 'TransactionCreations', 'action' => 'create'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] + ['class' => 'action-button-link'] );?> +
+
+ library_add Html->link( __('viele schöpfen'), ['controller' => 'TransactionCreations', 'action' => 'createMulti'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] + ['class' => 'action-button-link'] );?> - -
- Statistik - Html->link( - __('Anmeldungen'), - ['controller' => 'Users', 'action' => 'statistics'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] - );?> -
- Html->link( - __('Fehler') . ' (' . $adminErrorCount . ')', - ['controller' => 'AdminErrors'], ['class' => 'grd-nav-bn']); - ?> - - -
-

Benutzer ...

-
- Html->link( - __('suchen'), - ['controller' => 'StateUsers', 'action' => 'search'], - ['class' => 'grd-nav-bn grd-nav-bn-large'] - ); ?> - - - -
-
- - - -
-
- - +
+
+
+ Statistik +
+
+ cached + Html->link( + __('Anmeldungen'), + ['controller' => 'Users', 'action' => 'statistics'], + ['class' => 'info-item-link'] + );?> +
+
+ error_outline + Html->link( + __('Fehler') . ' (' . $adminErrorCount . ')', + ['controller' => 'AdminErrors'], ['class' => 'info-item-link']); + ?> +
+
+
+ + +
+

Benutzer ...

+ search + Html->link( + __('suchen'), + ['controller' => 'StateUsers', 'action' => 'search'], + ['class' => 'action-button'] + ); ?> + how_to_reg + + + + enhanced_encryption + + + +
+ diff --git a/src/Template/Layout/frontend_ripple.ctp b/src/Template/Layout/frontend_ripple.ctp index 8b908b577..23d0b5708 100644 --- a/src/Template/Layout/frontend_ripple.ctp +++ b/src/Template/Layout/frontend_ripple.ctp @@ -29,12 +29,7 @@ $GLOBALS["self"] = $this; fetch('title') ?> Html->meta('icon') ?> - Html->css( - [ - 'https://fonts.googleapis.com/icon?family=Material+Icons+Outlined', - 'main.css' - ] - ) ?> + Html->css(['main.css']) ?> Html->script(['basic']) ?> fetch('meta') ?> fetch('css') ?> @@ -42,16 +37,8 @@ $GLOBALS["self"] = $this;
- -