CSS classes cleaned up, templates simplified:
[mailer.git] / templates / de / html / mailid / mailid_confirm_buttom.tpl
index 0b3264adeb1a9bc0e466b18019ff65e487a5194f..56da1d97bd9adbf7bfa4f74d931c73b6d59a5251 100644 (file)
@@ -1,31 +1,18 @@
-<table border="0" cellspacing="0" cellpadding="0"
-       class="member_mailidtop">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
        <tr>
-               <td width="10" class="seperator">&nbsp;</td>
                <td width="220" align="center">
-               <form
-                       action="{!URL!}/mailid_top.php?uid={!_UID_VALUE!}&amp;{!_TYPE_VALUE!}={!_DATA_VALUE!}&amp;mode=add&amp;code={!_CODE_VALUE!}"
-                       method="POST" style="margin-bottom: 0px">
-               {--MAILID_CLICK_BUTTON--}:<br />
-               <input type="hidden" name="gfx_check" value="{!__GFX_CODE!}">
-               <input type="submit" class="member_submit" name="ok"
-                       value="{--SUBMIT_CODE--}"></form>
+                       <form accept-charset="utf-8" action="{%url=mailid_top.php?userid=$content[userid]&amp;$content[type]=$content[data]&amp;mode=add&amp;code=$content[code]%}" method="post">
+                               {--MEMBER_MAILID_CLICK_BUTTON--}:<br />
+                               <input type="hidden" name="gfx_check" value="$content[gfx]" />
+                               <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SUBMIT_CODE--}" />
+                       </form>
                </td>
-               <td width="10" class="seperator">&nbsp;</td>
                <td align="center">
-               <table border="0" cellspacing="0" cellpadding="0"
-                       class="member_banner dashed">
-                       <tr>
-                               <td height="3" class="seperator">&nbsp;</td>
-                       </tr>
-                       <tr>
-                               <td align="center">{--_TEMPLATE_BANNER--}</td>
-                       </tr>
-                       <tr>
-                               <td height="4" class="seperator">&nbsp;</td>
-                       </tr>
-               </table>
+                       <div class="member_banner dashed">
+                               $content[banner]
+                       </div>
                </td>
-               <td width="10" class="seperator">&nbsp;</td>
        </tr>
 </table>
+</div>