Skip to content
Snippets Groups Projects
Commit 7b43ddfd authored by Moritz Strohm's avatar Moritz Strohm
Browse files

added hidden input for the "from" parameter, fixes #2179

parent d9d65e2b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<form class="default" method="post" <form class="default" method="post"
action="<?= $controller->link_for('resources/export/bookings') ?>"> action="<?= $controller->link_for('resources/export/bookings') ?>">
<?= CSRFProtection::tokenTag() ?> <?= CSRFProtection::tokenTag() ?>
<input type="hidden" name="from" value="<?= $controller->link_for('resources/export/select_booking_sources') ?>">
<fieldset> <fieldset>
<legend><?= _('Zeitbereich auswählen') ?></legend> <legend><?= _('Zeitbereich auswählen') ?></legend>
<label class="col-2"> <label class="col-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment