source: extensions/NBC_UserAdvManager/trunk/ConfirmMail.tpl @ 5593

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

[NBC_UserAdvManager]

  • Code refactoring for Piwigo 2.1 compliance
  • Bug 1508 fixed : Plugin displayed name doesn't show "nbc_" prefix any more
  • Bug 1551 fixed : There was a problem on very first time installation
  • Several translation fixes
  • Template files storage : All admin's templates are now in a "template" directory with css file
  • Property svn:eol-style set to LF
File size: 669 bytes
Line 
1<div id="content" class="content">
2  <div class="titrePage">
3    <ul class="categoryActions">
4      <li>
5      {if isset($GALLERY_URL)}
6        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
7          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
8        </a>
9      {else}
10        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
11          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
12        </a>
13      {/if}
14      </li>
15    </ul>
16    <h2>{'title_confirm_mail'|@translate}</h2>
17  </div>
18  <ul>
19  {$CONFIRM_MAIL_MESSAGE}
20  </ul>
21</div>
Note: See TracBrowser for help on using the repository browser.