]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_register.tpl
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / templates / de / html / guest / guest_register.tpl
index c70adf33eea681f050a5330ff081823ea717711f..fa1bbea2bc79424f8cad03af33c0623b012e6ee9 100644 (file)
@@ -2,7 +2,7 @@
 <form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=register%}" method="post" name="register">
 <table border="0" cellspacing="0" cellpadding="0" width="640" class="table dashed">
        <tr>
-               <td colspan="2" class="table_header bottom" height="70">
+               <td colspan="2" class="table_header bottom">
                        $content[header_content]
                </td>
        </tr>
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="bottom">$content[category_selection]</td>
+               <td colspan="2" class="bottom">
+                       $content[category_selection]
+               </td>
        </tr>
        <tr>
                <td colspan="2" class="table_header bottom">
                        {--REGISTER_MISC--}:
                </td>
        </tr>
+       <tr>
+               <td colspan="2" align="center">
+                       <div class="notice tiny">{--GUEST_EMPTY_PASSWORD_HINT--}</div>
+               </td>
+       </tr>
        <tr>
                <td align="right" class="register_left">
                        {--PASS_1--}, {--PASS_2--}:
                </td>
        </tr>
        <tr>
-               <td colspan="2" align="center">$content[max_receive_list]</td>
+               <td colspan="2" align="center">
+                       $content[max_receive_list]
+               </td>
        </tr>
        $content[refid_content]
        <tr>
                <td colspan="2" class="table_header bottom top">
-                       <div>{--TERMS_OF_USAGE--}:</div>
-                       <div class="notice">{--YOU_FINALIZE--}</div>
+                       {--TERMS_OF_USAGE--}:
                </td>
        </tr>
        <tr>
-               <td class="bottom register_left" align="right">
-                       {--AGREE_TO_THIS--}:
-               </td>
-               <td class="bottom register_right">
-                       <input type="radio" class="form_field" name="agree" class="form_field" value="Y" /> {--YES--}<br />
-                       <input type="radio" class="form_field" name="agree" class="form_field" value="N" checked="checked" /> {--NO--}
+               <td colspan="2" class="bottom">
+                       <table border="0" cellspacing="0" cellpadding="0" width="640" class="table">
+                       <tr>
+                               <td width="50%" align="right">
+                                       {--AGREE_TO_THIS--}
+                               </td>
+                               <td width="50%">
+                                       <input type="radio" class="form_field" name="agree" class="form_field" value="Y" /> {--YES--}<br />
+                                       <input type="radio" class="form_field" name="agree" class="form_field" value="N" checked="checked" /> {--NO--}
+                               </td>
+                       </tr>
+                       </table>
                </td>
        </tr>
        <tr>