forked from extern/egroupware
e464fc3304
- Replace html with error msg in code with savant template
7 lines
344 B
PHP
7 lines
344 B
PHP
<div align="center">
|
|
<div style="line-height:160%;text-align:center;padding-top:20px;padding-bottom:100px;width:400px;">
|
|
<h2><?=lang('Access not permitted')?></h2>
|
|
<?=lang('You\'ve tried to open the eGroupWare application: %1, but you have no permission to access this application.', '<i>'.$this->currentapp.'</i>')?>
|
|
</div>
|
|
</div>
|