This commit is contained in:
Dario Rekowski on RockPI 2020-06-24 06:04:16 +00:00
parent 6da10a155f
commit dcc22445dd
4 changed files with 6 additions and 3 deletions

View File

@ -240,6 +240,7 @@ class AppController extends Controller
} else {
$this->Flash->error(__('Konto ist nicht aktiviert!'));
}
//die(json_encode($json));
return $this->redirect($this->loginServerUrl . 'account/', 303);
}
}

View File

@ -177,7 +177,7 @@ class StateBalancesController extends AppController
public function overviewGdt()
{
$startTime = microtime(true);
$this->viewBuilder()->setLayout('frontend');
$this->viewBuilder()->setLayout('frontend_ripple');
$session = $this->getRequest()->getSession();
$result = $this->requestLogin();
if ($result !== true) {

View File

@ -32,9 +32,9 @@ $GLOBALS["self"] = $this;
<?= $this->fetch('title') ?>
</title>
<?= $this->Html->meta('icon') ?>
<!--<?= $this->Html->css(['main.css']) ?>-->
<?= $this->Html->css(['rippleUI/style.css', 'materialdesignicons.min.css']) ?>
<?= $this->Html->script(['basic']) ?>
<!--<?= $this->Html->css(['main.css']) ?>-->
<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
<?= $this->fetch('script') ?>

View File

@ -124,7 +124,9 @@ $this->assign('header', $header);
g_transactionExecutionCount = newCount;
location.reload();
//updateTransactionExecutingDisplay(g_transactionExecutionCount);
}
} else {
setTimeout(checkTransactionExecuting, 100);
}
}
},
// error