egroupware/phpgwapi/templatesSavant2/default/appl_access_not_permitted.tpl.php

7 lines
344 B
PHP
Raw Normal View History

<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>