|
Revision 13124, 0.5 KB
(checked in by Eric, 16 months ago)
|
|
Merged from trunk to branch 2.30
|
-
Property svn:eol-style set to
LF
|
| 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> |
|---|