egroupware/phpgwapi/templatesSavant2/default/appl_access_not_permitted.tpl.php
2007-05-13 17:50:52 +00:00

7 lines
360 B
PHP

<div align="center">
<div style="line-height:160%;text-align:center;padding-top:20px;padding-bottom:100px;width:400px;">
<h2><?php echo lang('Access not permitted')?></h2>
<?php echo 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>