egroupware/phpgwapi/templatesSavant2/default/appl_access_not_permitted.tpl.php
Pim Snel e464fc3304 - More information why people have no access to app. Users often think they did not log in
- Replace html with error msg in code with savant template
2007-03-29 21:01:11 +00:00

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>