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/checkintegrity/fix_view.php

14 lines
589 B
PHP

<div class='messagebox ui-corner-all'>
<div class='header ui-widget-header'><?php $clang->eT("Data consistency check"); ?><br />
<span style='font-size:7pt;'><?php $clang->eT("If errors are showing up you might have to execute this script repeatedly."); ?></span>
</div>
<ul>
<?php foreach ($messages as $sMessage) {?>
<li><?php echo $sMessage;?></li>
<?php } ?>
</ul>
<p><?php $clang->eT("Check database again?"); ?><br />
<a href='<?php echo $this->createUrl('admin/checkintegrity');?>'><?php $clang->eT("Check again"); ?></a><br />
</div>