diff --git a/config/ripple_horizontal_form.php b/config/horizontal_form.php similarity index 100% rename from config/ripple_horizontal_form.php rename to config/horizontal_form.php diff --git a/src/Template/StateBalances/overview.ctp b/src/Template/StateBalances/overview.ctp index 83fa0a967..113e74055 100644 --- a/src/Template/StateBalances/overview.ctp +++ b/src/Template/StateBalances/overview.ctp @@ -25,72 +25,64 @@ $this->assign('header', $header);
Überweisungen
-| = __('Absender') . ' / ' . ('Empfänger') ?> | -= __('Verwendungszweck') ?> | -= __('Datum') ?> | -= __('Betrag') ?> | -= __('Nr') ?> | -|
|---|---|---|---|---|---|
| - = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?> - | -
-
-
- = $transaction['name'] ?>
-
-
+ Überweisungen +
+ = __('Absender') . ' / ' . ('Empfänger') ?>
+ = __('Verwendungszweck') ?>
+ = __('Datum') ?>
+ = __('Betrag') ?>
+ = __('Nr') ?>
+ 30) {
+ $memoShort = substr($memoShort, 0, 30) . '...';
+ }
+ $cellColorClass = 'grd-success-color';
+ if($send) {
+ $balance = -$balance;
+ $cellColorClass = 'grd-alert-color';
+ } else if($transaction['type'] == 'creation') {
+ $cellColorClass = 'grd-orange-color';
+ }
+ ?>
+
+ = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?>
+
+
= $transaction['name'] ?>
+
+
+ = $transaction['name'] ?>
+
+
+
+ create
+ = __('Geschöpft')?>
+
+ arrow_right_alt
+ = __('Gesendet') ?>
+
+ arrow_left_alt
+ = __('Empfangen') ?>
-
-
- = __('Geschöpft')?>
-
- = __('Gesendet') ?>
-
- = __('Empfangen') ?>
-
-
- |
- - 30): ?> - = substr($memoShort, 0, 30) . '...' ?> - - = $transaction['memo'] ?> - - - | -= $transaction['date']->nice() ?> | -= $this->element('printGradido', ['number' => $balance]) ?> | -- = $transaction['transaction_id'] ?> - | -
Überweisen
-Überweisen
+