]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_link.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / beg / beg_link.tpl
index 73a7af967a17308217bcb95b46606d3f06be3e23..f0942dbc730b2493c230cee16d2ec54b9e1b3171 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
        <tr>
                <td height="10%" align="center">
                        <tr>
                                <td align="center" height="50" class="bottom">
                                        <div class="para big">
-                                               {--BEG_LINK_BY_1--}<strong>{?MAIN_TITLE?}</strong>{--BEG_LINK_BY_2--}
+                                               {--BEG_LINK_BY--}
                                        </div>
 
                                        <div class="para">
-                                               {--BEG_LINK_USERID_1--}<u>$content[userid]</u>{--BEG_LINK_USERID_2--}
+                                               {%message,BEG_LINK_USERID=$content[userid]%}
                                        </div>
                                </td>
                        </tr>
                        <tr>
-                               <td align="center" height="120" class="beg_msg bottom">
+                               <td align="center" height="120" class="notice bottom">
                                        $content[message]
                                </td>
                        </tr>
                        <tr>
-                               <td align="center" height="30">
+                               <td align="center">
                                        <a href="{%url=ref.php?refid=$content[userid]%}">{--BEG_CONTINUE_REGISTER--}</a>
                                </td>
                        </tr>
@@ -37,3 +38,4 @@
                </td>
        </tr>
 </table>
+</div>