mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
7 lines
465 B
PHP
7 lines
465 B
PHP
<div class='header ui-widget-header'><?php $clang->eT("Data entry"); ?></div>
|
|
<div class='messagebox ui-corner-all'>
|
|
<div class='successheader'><?php $clang->eT("Record Deleted"); ?> (ID: <?php echo $id; ?>)</div>
|
|
<br /><br />
|
|
<input type='submit' value='<?php $clang->eT("Browse responses"); ?>' onclick="window.open('<?php echo $this->createUrl("/admin/responses/sa/index/surveyid/{$surveyid}/all"); ?>', '_top');" />
|
|
<br /><br />
|
|
</div>
|