source: extensions/NBC_UserAdvManager/tags/2.12.7/ConfirmMail.tpl @ 4318

Last change on this file since 4318 was 4318, checked in by Eric, 14 years ago

[NBC_UserAdvManager] Release 2.12.7 build from branch 2.12

  • Bug 1238 fixed - Simple custom email text wasn't send when Extended Description plugin wasn't set
  • Bug 1245 fixed - Semicolons (;) are no longer allowed in text areas (mail info text, ConfirmMail text, reminder text,...). They'll be replaced by dots (.).
  • Bug 1248 fixed - Php notice on user registration with a forbidden email domain
  • Bug 1250 fixed - Email provider didn't work after the third exclusion in list
  • Escaping all special characters typed in login name and recover them
  • Property svn:eol-style set to LF
File size: 699 bytes
Line 
1{* $Id: ConfirmMail.tpl $ *}
2<div id="content" class="content">
3  <div class="titrePage">
4    <ul class="categoryActions">
5      <li>
6      {if isset($GALLERY_URL) }
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      {else}
11        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
12          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
13        </a>
14      {/if}
15      </li>
16    </ul>
17    <h2>{'title_confirm_mail'|@translate}</h2>
18  </div>
19  <ul>
20  {$CONFIRM_MAIL_MESSAGE}
21  </ul>
22</div>
Note: See TracBrowser for help on using the repository browser.