lemonldap-ng/modules/lemonldap-ng-portal/example/skins/pastel/error.tpl
Clément Oudot 565ba83c05 LEMONLDAP::NG :
* Verify old password before modify
* Add the "PE_BADOLDPASSWORD" error
* Minor changes in pastel skin
* Erase old default skins
* Move icons to skins/common
2009-05-18 13:53:51 +00:00

24 lines
718 B
Smarty
Executable File

<TMPL_INCLUDE NAME="header.tpl">
<div class="loginlogo"></div>
<div id="error">
<h3><lang en="You have no access authorization for this application" fr="Vous n'avez pas les droits d'acc&egrave;s &agrave; cette application" /></h3>
<div class="buttons">
<a href="<TMPL_VAR NAME="PORTAL_URL">" class="positive">
<img src="skins/common/accept.png" alt="" />
<lang en="Go to portal" fr="Aller au portail" />
</a>
<TMPL_IF NAME="LOGOUT_URL">
<a href="<TMPL_VAR NAME="LOGOUT_URL">" class="negative">
<img src="skins/common/cancel.png" alt="" />
<lang en="Logout" fr="Se d&eacute;connecter" />
</a>
</TMPL_IF>
</div>
</div>
<TMPL_INCLUDE NAME="footer.tpl">