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