]> git.mxchange.org Git - mailer.git/commitdiff
More HTML rewrites #3
authorRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 15:40:29 +0000 (15:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Nov 2009 15:40:29 +0000 (15:40 +0000)
14 files changed:
templates/de/html/admin/admin_config_active.tpl
templates/de/html/admin/admin_config_email.tpl
templates/de/html/admin/admin_config_mediadata.tpl
templates/de/html/admin/admin_config_order.tpl
templates/de/html/admin/admin_config_order_form.tpl
templates/de/html/admin/admin_overview_task.tpl
templates/de/html/admin/admin_overview_task_extras.tpl
templates/de/html/admin/admin_points.tpl
templates/de/html/guest/guest_confirm_link.tpl
templates/de/html/guest/guest_header.tpl
templates/de/html/guest/guest_register_refid.tpl
templates/de/html/sponsor/sponsor_account_form.tpl
templates/de/html/sponsor/sponsor_fillup_form.tpl
templates/de/html/sponsor/sponsor_settings_form.tpl

index fedf236baf4b4d19ba44b5ea43d629510d07d799..bd05a13cf7ebaf0d7cf4104c98dd3645e1bbcfbd 100644 (file)
@@ -7,8 +7,8 @@
                </td>
        </tr>
        <tr>
-               <td align="right" width="275">{--ADMIN_ACTIVE_LIMIT--}:</td>
-               <td align="center" width="275">
+               <td align="right">{--ADMIN_ACTIVE_LIMIT--}:</td>
+               <td align="center">
                        <input type="input" name="active_limit" class="admin_normal" value="{?active_limit?}" size="5" maxlength="20" />
                </td>
        </tr>
index bf02c1bb42e6663627286dfec09e833707e59e9f..16f9db205d064854decf4b4b1af23e9f203dc0e2 100644 (file)
@@ -8,8 +8,8 @@
        </tr>
        <tr>
                <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" width="275" align="center"><strong>{--MAX_VALUE!}</strong></td>
-               <td class="header_column bottom" width="275" align="center"><strong>{--MAX_COMMENT--}</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--MAX_VALUE!}</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--MAX_COMMENT--}</strong></td>
        </tr>
        $content[rows]
        <tr>
index 94978f572c6ee96c5d206c548b48e4bbc3992a19..75f356c33b958acf0e96180f21fdc7abb651ec52 100644 (file)
@@ -7,12 +7,12 @@
                </td>
        </tr>
        <tr>
-               <td align="right" width="275">{--ADMIN_MEDIADATA_MT_START--}:</td>
-               <td align="center" width="275">$content[mt_start]</td>
+               <td align="right">{--ADMIN_MEDIADATA_MT_START--}:</td>
+               <td align="center">$content[mt_start]</td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="right">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
+               <td class="bottom" align="center">
                        <input type="text" name="mt_stage" class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
                </td>
        </tr>
index 4a0ae835e7552cd61900a72ea346d95c41731729..02e114688c4590d92f8ac707fb498266af6e280e 100644 (file)
@@ -8,16 +8,16 @@
        </tr>
 
        <tr>
-               <td colspan="2" align="center" width="275" class="bottom">
+               <td colspan="2" align="center" class="bottom">
                        {--ADMIN_ORDER_MAX_ORDER_SELECT--}
                </td>
        </tr>
 
        <tr>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="center">
                        {--ADMIN_ORDER_MAX--}:&nbsp;<input type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
                </td>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="center">
                        {--ADMIN_ORDER_ORDER--}:&nbsp;<input type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
                </td>
        </tr>
@@ -67,8 +67,8 @@
        </tr>
 
        <tr>
-               <td class="bottom" align="right" width="275">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="right">{--ADMIN_REPAY_ON_DELETE_MODE--}</td>
+               <td class="bottom" align="center">
                        <select name="repay_deleted_mails" class="admin_select" size="1">
                                <option value="REPAY"$content[repay_deleted_mails_repay]>{--ADMIN_CFG_REPAY_POINTS_REPAY--}</option>
                                <option value="JACKPOT"$content[repay_deleted_mails_jackpot]>{--ADMIN_CFG_REPAY_POINTS_JACKPOT--}</option>
        </tr>
 
        <tr>
-               <td align="right" width="275">
+               <td align="right">
                        {--ADMIN_ORDER_SELECTION_COLUMN--}:
                </td>
-               <td align="center" width="275">
+               <td align="center">
                        <select name="order_select" class="admin_select" size="1">
                                $content[order_selection]
                        </select>
@@ -95,8 +95,8 @@
        </tr>
 
        <tr>
-               <td class="bottom" align="right" width="275">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="right">{--ADMIN_ORDER_SELECTION_MODE--}:</td>
+               <td class="bottom" align="center">
                        <select name="order_mode" class="admin_select" size="1">
                                <option value="ASC"$content[order_mode_asc]">{--SORT_ASCENDING--}</option>
                                <option value="DESC"$content[order_mode_desc]">{--SORT_DESCENDING--}</option>
        </tr>
 
        <tr>
-               <td class="bottom" align="right" width="275">
+               <td class="bottom" align="right">
                        {--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
                </td>
-               <td class="bottom" align="center" width="275">
+               <td class="bottom" align="center">
                        <input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
                </td>
        </tr>
index 2291a9b8e2c6b6124f9ecd1b351be082f7894d1e..870072a26c908f27aecfd96fa0a6b2e1afc4e1eb 100644 (file)
@@ -12,7 +12,7 @@
        </tr>
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275" colspan="3">
+               <td align="center" colspan="3">
                {--ADMIN_ORDER_MAX_ORDER_SELECT--}</td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        </tr>
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275">{--ADMIN_ORDER_MAX--}:&nbsp;<input
+               <td align="center">{--ADMIN_ORDER_MAX--}:&nbsp;<input
                        type="radio" name="order_max_full" class="admin_normal" value="MAX"$content[order_max_full_max] />
                </td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275">{--ADMIN_ORDER_ORDER--}:&nbsp;<input
+               <td align="center">{--ADMIN_ORDER_ORDER--}:&nbsp;<input
                        type="radio" name="order_max_full" class="admin_normal" value="ORDER"$content[order_max_full_order] />
                </td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="right" width="275">
+               <td align="right">
                        {--ADMIN_ORDER_MIN_RECEIVER_PER_ORDER--}:
                </td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275">
+               <td align="center">
                        <input type="input" name="order_min" class="admin_normal" value="{?order_min?}" size="5" maxlength="20" />
                </td>
                <td width="10" class="seperator">&nbsp;</td>
index 5d6c71976d8be95829df1ea1870614d04ecd5e99..2f17b803b4f27b23a8dd102a3ced80225e0f55da 100644 (file)
@@ -1,7 +1,7 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="admin_task_title bottom">
                        <strong>{--ADMIN_TASK_OVERVIEW_HEADER--}</strong>
                </td>
        </tr>
index 14bc6e17d7e87fff450cf2f722647a702cb37fe6..9a5249c28b1f54085674ffbe71824a03e20a46c6 100644 (file)
@@ -1,4 +1,4 @@
-<table border="0" cellspacing="0" cellpadding="0" width="275" class="admin_task_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_task_table dashed">
        <tr>
                <td colspan="2" class="admin_task_title bottom">
                        <strong>{--ADMIN_TASK_OVERVIEW_EXTRAS--}:</strong>
index 3456991e88cda34a19ebd0c50873abce546cddc7..2a7fe6357eb863478b8c8013e807284faee4e8d5 100644 (file)
@@ -8,8 +8,8 @@
        </tr>
        <tr>
                <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" width="275" align="center"><strong>{--REF_LEVEL--}:</strong></td>
-               <td class="header_column bottom" width="275" align="center"><strong>{--REF_PERCENT--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--REF_LEVEL--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--REF_PERCENT--}:</strong></td>
        </tr>
        $content
        <tr>
index 8c74e54e88b6a0638f8bd6f9ca0c9eadcbc010b0..6a2bad51ab7b97542652cd67ba8aeaa7d089ea7d 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=confirm%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
        <tr>
-               <td align="center" colspan="3" class="admin_title bottom">
+               <td align="center" colspan="3" class="guest_title bottom">
                        <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div>
                </td>
        </tr>
@@ -26,7 +26,7 @@
                <td colspan="3" class="seperator" height="6">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center" colspan="3" class="admin_footer top">
+               <td align="center" colspan="3" class="guest_footer top">
                        <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="guest_submit" value="{--REQUEST_CONFIRM_LINK--}" />
                </td>
index 829fa3cbb8628f31981a8d6827c52dd96cec5a58..1ac60a8310cdc9f290d1e27206e358b2f3196eee 100644 (file)
@@ -1,16 +1,15 @@
 <!-- Gast-Tabelle - Anfang -->
-<table border="0" cellspacing="0" cellpadding="0" width="100%"
-       class="guest">
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
        <tr>
-               <td colspan="3" align="center" valign="top" class="guest_title"><a
-                       name="TOP"></a> <!-- Ab hier Kopf! --> <strong><big>-&nbsp;-&nbsp;-
-               <a title="{?MAIN_TITLE?}"
+               <td colspan="3" align="center" valign="top" class="guest_title">
+                       <a name="TOP"></a>
+                       <!-- Ab hier Kopf! -->
+                       <strong><big>-&nbsp;-&nbsp;-<a title="{?MAIN_TITLE?}"
                        style="cursor: default; background: none; text-decoration: none"
                        class="guest_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong><br />
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
-                               <td width="200"><div class="guest_header">&nbsp;&nbsp;Hallo
-                               $username!</div></td>
+                               <td width="200"><div class="guest_header">&nbsp;&nbsp;Hallo $username!</div></td>
                                <td align="center"><div class="guest_header">{?SLOGAN?}</div></td>
                                <td width="200" align="right"><div class="guest_header">$content[date_time]&nbsp;&nbsp;</div></td>
                        </tr>
index 84d6abac346f422d5bc45ade5a35f4df4db930d6..b8651f324afd48648a4614007c6972529863aad7 100644 (file)
@@ -1,6 +1,7 @@
 <tr>
        <td align="right" width="50%" class="register_left">
-               {--REFID_BY--}:&nbsp;&nbsp;</td>
+               {--REFID_BY--}:&nbsp;&nbsp;
+       </td>
        <td width="50%" class="register_right">
                <input type="text" name="refid" class="register_normal" size="5" maxlength="10" value="$content" />
        </td>
index 9bfc70084f68a8ee4da6f07ed31fab15225cc253..6eb85e99855b7b69557e50942de3531cda5245a1 100644 (file)
@@ -7,26 +7,26 @@
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_TITLE--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="company" class="guest_normal" size="20" maxlength="255" value="$content[company]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_COMPANY_POSITION--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="position" class="guest_normal" size="20" maxlength="255" value="$content[position]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_TAX_IDENT--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="tax_ident" class="guest_normal" size="20" maxlength="255" value="$content[tax_ident]" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_GENDER--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<select name="gender" class="guest_select" size="1">
       <option value="M"$content[gender_m]>{--GENDER_M--}</option>
       <option value="F"$content[gender_f]>{--GENDER_F--}</option>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_SURNAME--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="surname" class="guest_normal" size="20" maxlength="255" value="$content[surname]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--GUEST_FAMILY--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="family" class="guest_normal" size="20" maxlength="255" value="$content[family]" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR1--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="street_nr1" class="guest_normal" size="20" maxlength="255" value="$content[street_nr1]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_STREET_NR2--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="street_nr2" class="guest_normal" size="20" maxlength="255" value="$content[street_nr2]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CNTRY_ZIP_CITY--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="country" class="guest_normal" size="2" maxlength="2" value="$content[country]" />-<input type="text" name="zip" class="guest_normal" size="5" maxlength="6" value="$content[zip]" />
     <input type="text" name="city" class="guest_normal" size="10" maxlength="255" value="$content[city]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PHONE--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="phone" class="guest_normal" size="20" maxlength="255" value="$content[phone]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_FAX--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="fax" class="guest_normal" size="20" maxlength="255" value="$content[fax]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_CELL--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="cell" class="guest_normal" size="20" maxlength="255" value="$content[cell]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_EMAIL--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="email" class="guest_normal" size="20" maxlength="255" value="$content[email]" />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_URL--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="text" name="url" class="guest_normal" size="20" maxlength="255" value="$content[url]" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="pass_old" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_ENTER_PASSWORDS--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="pass1" class="guest_normal" size="10" maxlength="255" />
     <input type="password" name="pass2" class="guest_normal" size="10" maxlength="255" />
   </td>
index e0c8e45f246ca77ec3740e530b3a01b79d6048e0..3407a066c5fce5374295a8215e25203dd8be9a3b 100644 (file)
@@ -7,26 +7,26 @@
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_AMOUNT--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;$content[points_amount] {?POINTS?}
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_USED--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;$content[points_used] {?POINTS?}
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="27">
+  <td class="bottom right" align="right" height="27">
     {--SPONSOR_POINTS_TOTAL--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;$content[points_total] {?POINTS?}
   </td>
 </tr>
index 262cb2e5e124f6a74545d61a42d0b3dbc25d2bcc..d0796a7dabdbeb3cd90c0ce75672bba0de6f4fa2 100644 (file)
@@ -7,19 +7,19 @@
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="75" style="padding-right: 5px">
+  <td class="bottom right" align="right" height="75" style="padding-right: 5px">
     {--GUEST_SPONSOR_RECEIVE_WARNINGS--}
   </td>
-  <td class="bottom" width="275" align="center">
+  <td class="bottom" align="center">
     {--YES--}<input type="radio" name="receive_warnings" class="guest_normal" value="Y"$content[receive_warnings_y] />
     {--NO--}<input type="radio" name="receive_warnings" class="guest_normal" value="N"$content[receive_warnings_n] />
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="55" style="padding-right: 5px">
+  <td class="bottom right" align="right" height="55" style="padding-right: 5px">
     {--SPONSOR_WARNING_INTERVAL--}
   </td>
-  <td class="bottom" width="275" align="center">
+  <td class="bottom" align="center">
     <select name="warning_interval" class="guest_select" size="1">
       <option value="$content[warning_interval]">$content[current]</option>
       <option value="{--({?ONE_DAY?}*1)--}">1 {--DAYS--}</option>
   </td>
 </tr>
 <tr>
-  <td class="bottom right" width="275" align="right" height="32">
+  <td class="bottom right" align="right" height="32">
     {--SPONSOR_ENTER_PASSWORD--}:&nbsp;
   </td>
-  <td class="bottom" width="275">
+  <td class="bottom">
     &nbsp;<input type="password" name="password" class="guest_normal" size="10" maxlength="255" />
   </td>
 </tr>