mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
14 lines
589 B
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>
|