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

7 lines
304 B
PHP
Raw Normal View History

<div class='messagebox ui-corner-all'>
<div class='header ui-widget-header'><?php echo $sHeading; ?></div>
<div class='warningheader'><?php $clang->eT('Error'); ?></div>
<?php echo $sMessage; ?><br />
<input type="submit" value="<?php $clang->eT('Main Admin Screen'); ?>" /><br />
</div>