diff --git a/src/Template/StateUsers/search.ctp b/src/Template/StateUsers/search.ctp
index 5d4c139a8..ebb95a63c 100644
--- a/src/Template/StateUsers/search.ctp
+++ b/src/Template/StateUsers/search.ctp
@@ -1,6 +1,6 @@
assign('title', __('Benutzer suchen'));
// In a View class
$this->loadHelper('Form', [
- 'templates' => 'ripple_control_group_form',
-]);//*/
+ 'templates' => 'horizontal_form',
+]);
?>
+= $this->Html->css(['loginServer/style.css']) ?>
-
-
-
-
-
-
-
-
- = $this->Form->create($searchForm, ['class' => 't-header-search-box']) ?>
- = $this->Form->control('search', ['label' => false, 'class' => 'form-control', 'id' => 'inlineFormInputGroup', 'placeholder' => __('Vorname oder Nachname oder E-Mail')]) ?>
- = $this->Form->button(' ' . __('Datenbank durchsuchen'), ['class' => 'btn btn-sm btn-primary']) ?>
- = $this->Form->hidden('order_row', ['id' => 'input-order-row']) ?>
-
-
-
-
-
+
-
-
+
-= $this->Html->script('userSearch') ?>
\ No newline at end of file
+= $this->Html->script('userSearch') ?>
diff --git a/src/Template/TransactionCreations/create_multi.ctp b/src/Template/TransactionCreations/create_multi.ctp
index 93531abf1..dab996318 100644
--- a/src/Template/TransactionCreations/create_multi.ctp
+++ b/src/Template/TransactionCreations/create_multi.ctp
@@ -1,6 +1,6 @@
-
@@ -74,8 +73,8 @@ use Cake\I18n\FrozenTime;
- $limit) :
+ $limit) :
?>
= $countUsers ?> Benutzer insgesamt
-
Seiten:
+
Seiten:
0) echo ', ';
+ if($i > 0) echo ', ';
if($i != $page) {
echo $this->Html->link($i, ['action' => 'create_multi', $i]);
} else {
echo $i;
}
- }
+ }
?>
= $this->Form->button(__('Transaktion(en) abschließen'), ['name' => 'next', 'class' => 'grd-form-bn grd-form-bn-succeed grd_clickable grd-width-200']) ?>
@@ -154,21 +153,21 @@ use Cake\I18n\FrozenTime;
var inputs = document.getElementsByTagName("input");
for(var i = 0; i < inputs.length; i++) {
if(inputs[i].type == "checkbox") {
- inputs[i].checked = true;
- }
- }
+ inputs[i].checked = true;
+ }
+ }
}
-
+
function uncheckAll()
{
var inputs = document.getElementsByTagName("input");
for(var i = 0; i < inputs.length; i++) {
if(inputs[i].type == "checkbox") {
- inputs[i].checked = false;
- }
+ inputs[i].checked = false;
+ }
}
}
-
+
(function(document, window, domIsReady, undefined) {
domIsReady(function() {
var userAmountInputs = document.getElementsByClassName("user_amount");
@@ -188,15 +187,15 @@ use Cake\I18n\FrozenTime;
});
})(document, window, domIsReady);
- //
-
+ //
+
0) : ?>