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

- - - - - - - - - - - - 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'; - } - ?> - - - - - - - - - - -
- Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?> - - - - - - +

Überweisungen

+
+ + + + + + 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'; + } + ?> + + Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?> + + + + + + + + + create + + + arrow_right_alt + + + arrow_left_alt + - - -   - -   - -   - - -
- 30): ?> - - - - - - nice() ?> element('printGradido', ['number' => $balance]) ?> - -
+ + + + 30): ?> + + + + + + nice() ?> + element('printGradido', ['number' => $balance]) ?> + + + + +
diff --git a/src/Template/TransactionSendCoins/create.ctp b/src/Template/TransactionSendCoins/create.ctp index c88f1c399..b819d12e5 100644 --- a/src/Template/TransactionSendCoins/create.ctp +++ b/src/Template/TransactionSendCoins/create.ctp @@ -1,6 +1,6 @@ assign('title', __('Überweisung')); // In a View class $this->loadHelper('Form', [ - 'templates' => 'ripple_horizontal_form', + 'templates' => 'horizontal_form', ]); ?> - -
-
-
-

Überweisen

-
-
-
-
- Form->create($transferForm) ?> - Form->control('email', ['label' => __('Empfänger'), 'placeholder' => 'E-Mail']) ?> - Form->control('memo', ['label' => __('Verwendungszweck'), 'rows' => 3]) ?> - Form->control('amount', ['label' => __('Betrag in GDD')]) ?> - Form->button(__('Transaktion abschließen'), ['name' => 'next', 'class' => 'btn btn-sm btn-primary']) ?> - - Form->end() ?> -
-
-
-
-
+
+

Überweisen

+
+ Form->create($transferForm) ?> + Form->control('email', ['label' => __('Empfänger'), 'placeholder' => 'E-Mail']) ?> + Form->control('memo', ['label' => __('Verwendungszweck'), 'rows' => 3]) ?> + Form->control('amount', ['label' => __('Betrag in GDD')]) ?> + Form->button(__('Transaktion abschließen'), ['name' => 'next', 'class' => 'btn btn-sm btn-primary']) ?> + + Form->end() ?>
diff --git a/src/Template/TransactionSendCoins/create_raw.ctp b/src/Template/TransactionSendCoins/create_raw.ctp index 0132c337f..0b3d74e1f 100644 --- a/src/Template/TransactionSendCoins/create_raw.ctp +++ b/src/Template/TransactionSendCoins/create_raw.ctp @@ -1,6 +1,6 @@ assign('title', __('Überweisung')); // In a View class $this->loadHelper('Form', [ - 'templates' => 'ripple_horizontal_form', + 'templates' => 'horizontal_form', ]); ?>