source: extensions/UserAdvManager/trunk/template/rejected.tpl @ 13123

Last change on this file since 13123 was 13121, checked in by Eric, 12 years ago

Bug 2569 fixed : Adding missing page for users rejected connexions

  • Property svn:eol-style set to LF
File size: 562 bytes
Line 
1{html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head}
2
3<div id="content" class="content">
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li>
7        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
8          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
9        </a>
10      </li>
11    </ul>
12    <h2 class="confmail">{'UAM_Reject_Page_Title'|@translate}</h2>
13  </div>
14  <ul>
15    <div class="errors">{$CUSTOM_REJECT_MSG}</div>
16  </ul>
17</div>
Note: See TracBrowser for help on using the repository browser.