update version, swap colors user search

This commit is contained in:
Dario Rekowski on RockPI 2020-01-17 19:08:13 +00:00
parent 884c37c399
commit 8663ae861c
2 changed files with 3 additions and 3 deletions

View File

@ -162,13 +162,13 @@ class StateUsersController extends AppController
} else if(count($user['login']) == 1) {
if($user['login'][0]['email_checked'] == true) {
$state = 'email activated';
$color = 'success';
$color = 'primary';
$l_user = $user['login'][0];
$finalUser['name'] = $l_user['first_name'] . ' ' . $l_user['last_name'];
$finalUser['email'] = $l_user['email'];
if(count($user['community']) == 1) {
$state = 'account copied to community';
$color = 'primary';
$color = 'success';
//var_dump($user['community'][0]->state_balances[0]['amount']);
if(isset($user['community'][0]->state_balances) &&
isset($user['community'][0]->state_balances[0]['amount'])) {

View File

@ -42,7 +42,7 @@ $GLOBALS["self"] = $this;
<body class="header-fixed">
<div class="versionstring dev-info">
<p class="grd_small"><?= __("Community Server in Entwicklung") ?></p>
<p class="grd_small">Alpha 0.10.0</p>
<p class="grd_small">Alpha 0.11.0</p>
</div>
<nav class="t-header">
<div class="t-header-brand-wrapper">