$receiver) { //var_dump($receiver); array_push($address_options, [ 'text' => $receiver['name'], 'value' => $i+1, 'title' => $receiver['key'] ]); } $this->assign('title', __('Schöpfungstransaktion')); ?>
Form->create($creationForm) ?>
Form->control('memo'); ?> Form->control('amount'); ?> Form->control('receiver', ['options' => $address_options]); ?>
Form->button(__('Transaktion(en) abschließen'), ['name' => 'next', 'class' => 'grd-form-bn grd-form-bn-succeed grd_clickable grd-width-200']) ?> Form->button(__('Weitere Transaktion erstellen'), ['name' => 'add', 'class' => 'grd-form-bn grd_clickable grd-width-200']) ?> Form->end() ?>