source: extensions/NBC_UserAdvManager/trunk/template/ConfirmMail.tpl @ 7277

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

Bug 1935 fixed : Fatal error on ConfirmMail page when Extended Description plugin is not used
Bug 1936 fixed : Bad home link in ConfirmMail page when gallery URL is not set
Small CSS improvement (thx to Gotcha)

  • Property svn:eol-style set to LF
File size: 923 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    {if $REDIRECT}
8        <a href="{$ROOT_URL}identification.php" title="{'return to homepage'|@translate}">
9          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
10        </a>
11    {else}
12        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
13          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
14        </a>
15    {/if}
16      </li>
17    </ul>
18    <h2 class="confmail">{'title_confirm_mail'|@translate}</h2>
19  </div>
20  <ul>
21  {if $STATUS == true}
22    <div class="infos">{$CONFIRM_MAIL_MESSAGE}</div>
23  {elseif $STATUS == false}
24    <div class="errors">{$CONFIRM_MAIL_MESSAGE}</div>
25  {/if}
26  </ul>
27</div>
Note: See TracBrowser for help on using the repository browser.