source: extensions/UserAdvManager/branches/2.40/template/rejected.tpl @ 14371

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

Bug 2572 fixed - Adding a local home icon on ConfirmMail, rejected and del_account pages
Bug 2620 fixed - Display of ConfirmMail, rejected and del_account pages have been improved

Merged from trunk to branch 2.4

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