1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/application/views/admin/token/import.php

8 lines
317 B
PHP

<div class='header ui-widget-header'>" . $clang->gT("Token file upload") . "</div>\n"
<div class='messagebox ui-corner-all'>
<?php if (!empty($sError)) { ?>
<div class='warningheader'>" . $clang->gT("Error") . "</div>
<p>" . echo $sError .</p>
<?php } ?>
</div>
</div>