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/emailpost.php

15 lines
542 B
PHP

<div class='messagebox ui-corner-all'>
<div class='header ui-widget-header'>
<?php if ($bEmail) $clang->eT("Sending invitations..."); else $clang->eT("Sending reminders...");?>
</div>
<?php
if ($tokenids)
{
echo " (" . $clang->gT("Sending to Token IDs") . ":&nbsp;" . short_implode(", ", "-", $tokenids) . ")";
}
?>
<br /><br />
<div style='border: 1px solid #ccc; height: 200px; overflow: scroll; text-align:left; padding-left:0.5em;'>
<?php echo $tokenoutput ?>
</div>
</div>