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

fixed synax error

parent 2d4a4197
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<?= _("Keine Nutzerdaten vorhanden. Laden Sie zuerst eine CSV-Datei hoch.") ?>
<? endif ?>
</select>
<? if (!empty($GLOBALS['SERIENBRIEF_CSV']['content'])count) : ?>
<? if (!empty($GLOBALS['SERIENBRIEF_CSV']['content'])) : ?>
<a href="#" onClick="if (jQuery('#serienbriefe_user_id > option:selected').prev().val()) jQuery('#serienbriefe_user_id').val(jQuery('#serienbriefe_user_id > option:selected').prev().val()); jQuery('#serienbriefe_user_id').change(); jQuery(this).closest('form').submit(); return false;">
<?= Icon::create("arr_1left", "clickable")->asImg(20, ['class' => "text-bottom"]) ?>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment