diff --git a/src/Template/Element/Flash/error.ctp b/src/Template/Element/Flash/error.ctp index b086fe41b..1e95323d6 100644 --- a/src/Template/Element/Flash/error.ctp +++ b/src/Template/Element/Flash/error.ctp @@ -5,5 +5,5 @@ if (!isset($params['escape']) || $params['escape'] !== false) { ?> \ No newline at end of file diff --git a/src/Template/Element/navi.ctp b/src/Template/Element/navi.ctp index 7a22e8dce..7fabbbeba 100644 --- a/src/Template/Element/navi.ctp +++ b/src/Template/Element/navi.ctp @@ -17,7 +17,7 @@ $navi = []; /*if($errorCount > 0) { $errorNaviEntry = new NaviEntry(__('Fehler '). "($errorCount)", 'mdi-alert-outline', 'StateErrors', 'showForUser'); $errorNaviEntry->setBGColor('bg-inverse-danger') - ->setIconColor('grd-alert-color'); + ->setIconColor('alert-color'); array_push($navi, $errorNaviEntry); }*/ $balanceNaviEntry = new NaviEntry( @@ -27,9 +27,9 @@ $balanceNaviEntry = new NaviEntry( 'account_balance_wallet', 'StateBalances', 'overview' ); if($balance < 0 ) { - //$balanceNaviEntry->setIconColor('grd-alert-color'); + //$balanceNaviEntry->setIconColor('alert-color'); } else if($balance > 0) { - //$balanceNaviEntry->setIconColor('grd-success-color'); + //$balanceNaviEntry->setIconColor('success-color'); } array_push($navi, $balanceNaviEntry); array_push($navi, new NaviEntry(__('Startseite'), 'home', 'Dashboard', 'index')); diff --git a/src/Template/Element/navi_notify.ctp b/src/Template/Element/navi_notify.ctp index 8d24f4253..35687687d 100644 --- a/src/Template/Element/navi_notify.ctp +++ b/src/Template/Element/navi_notify.ctp @@ -23,21 +23,19 @@ class NavHeaderEntry } */ ?> - 0) : ?> - Html->link( - 'announcement' - . 'ss', - ['controller' => 'StateErrors', 'action' => 'ShowForUser'], - ['class' => 'nav-link', 'escape' => false, 'title' => "$errorCount " . __('Fehler')]) ?> - 0) : ?> - " href="account/checkTransactions"> - verified_user + " href="account/checkTransactions"> + verified_user - ss + 0) : ?> + Html->link( + 'announcement', + ['controller' => 'StateErrors', 'action' => 'ShowForUser'], + ['class' => 'notify-link', 'escape' => false, 'title' => "$errorCount " . __('Fehler')]) ?> + diff --git a/src/Template/Layout/frontend.ctp b/src/Template/Layout/frontend.ctp index 0c4886399..53cc71816 100644 --- a/src/Template/Layout/frontend.ctp +++ b/src/Template/Layout/frontend.ctp @@ -37,11 +37,11 @@ $GLOBALS["self"] = $this;
-
element('navi_notify'); ?>