]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_edit_user_subids.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_edit_user_subids.tpl
index 857db6f5521b34cca751a7fad4aff7788ac9259e..cb90830b66712224010c3b4aa011a9e401701124 100644 (file)
@@ -1,18 +1,20 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=login&amp;what=subids&amp;do=edit_subids%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td align="center" class="table_header bottom" height="25" colspan="4">
-                       <strong>{--MEMBER_EDIT_USER_SUBIDS_TITLE--}</strong>
-               </td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="4" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="do_edit" value="{--MEMBER_USER_SUBIDS_CHANGE_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td align="center" class="table_header bottom" colspan="4">
+               {--MEMBER_EDIT_USER_SUBIDS_TITLE--}
+       </td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="4" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="do_edit" value="{--MEMBER_USER_SUBIDS_CHANGE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>