]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_other.tpl
More HTML improvements
[mailer.git] / templates / de / html / admin / admin_config_other.tpl
index 1f2c81e5e9e0ee7471a07b22523ef8ac7f9619b0..25c64a8e10ff2495eba58516fad9f701bdf267f6 100644 (file)
@@ -1,7 +1,7 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_other" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_other%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_OTHER_SETTINGS--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td>
                <td>
-                       <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] />&nbsp;{--ADMIN_CSS_PHP_DIRECT--}<br />
-                       <input type="radio" name="css_php" value="FILE"$content[css_php_file] />&nbsp;{--ADMIN_CSS_PHP_FILE--}<br />
-                       <input type="radio" name="css_php" value="INLINE"$content[css_php_inline] />&nbsp;{--ADMIN_CSS_PHP_INLINE--}
+                       <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CSS_PHP_DIRECT--}<br />
+                       <input type="radio" name="css_php" value="FILE"$content[css_php_file] /> {--ADMIN_CSS_PHP_FILE--}<br />
+                       <input type="radio" name="css_php" value="INLINE"$content[css_php_inline] /> {--ADMIN_CSS_PHP_INLINE--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_GUEST_MENU--}:</td>
                <td>
-                       <input type="radio" name="guest_menu" value="Y"$content[guest_menu_y] />&nbsp;{--ADMIN_GUEST_MENU_ACTIVE--}<br />
-                       <input type="radio" name="guest_menu" value="N"$content[guest_menu_n] />&nbsp;{--ADMIN_GUEST_MENU_INACTIVE--}
+                       <input type="radio" name="guest_menu" value="Y"$content[guest_menu_y] /> {--ADMIN_GUEST_MENU_ACTIVE--}<br />
+                       <input type="radio" name="guest_menu" value="N"$content[guest_menu_n] /> {--ADMIN_GUEST_MENU_INACTIVE--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_MEMBER_MENU--}:</td>
                <td>
-                       <input type="radio" name="member_menu" value="Y"$content[member_menu_y] />&nbsp;{--ADMIN_MEMBER_MENU_ACTIVE--}<br />
-                       <input type="radio" name="member_menu" value="N"$content[member_menu_n] />&nbsp;{--ADMIN_MEMBER_MENU_INACTIVE--}
+                       <input type="radio" name="member_menu" value="Y"$content[member_menu_y] /> {--ADMIN_MEMBER_MENU_ACTIVE--}<br />
+                       <input type="radio" name="member_menu" value="N"$content[member_menu_n] /> {--ADMIN_MEMBER_MENU_INACTIVE--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_YOURE_HERE--}:</td>
                <td>
-                       <input type="radio" name="youre_here" value="Y"$content[youre_here_y] />&nbsp;{--ADMIN_YOURE_HERE_ACTIVE--}<br />
-                       <input type="radio" name="youre_here" value="N"$content[youre_here_n] />&nbsp;{--ADMIN_YOURE_HERE_INACTIVE--}
+                       <input type="radio" name="youre_here" value="Y"$content[youre_here_y] /> {--ADMIN_YOURE_HERE_ACTIVE--}<br />
+                       <input type="radio" name="youre_here" value="N"$content[youre_here_n] /> {--ADMIN_YOURE_HERE_INACTIVE--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SHOW_TIMINGS--}:</td>
                <td>
-                       <input type="radio" name="show_timings" value="Y"$content[show_timings_y] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="show_timings" value="N"$content[show_timings_n] />&nbsp;{--NO--}
+                       <input type="radio" name="show_timings" value="Y"$content[show_timings_y] /> {--YES--}<br />
+                       <input type="radio" name="show_timings" value="N"$content[show_timings_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
                <td align="right">{--ADMIN_OPTION_SHOW_POINTS_UNCONFIRMED--}:</td>
                <td>
-                       <input type="radio" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] />&nbsp;{--YES--}<br />
-                       <input type="radio" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] />&nbsp;{--NO--}
+                       <input type="radio" name="show_points_unconfirmed" value="Y"$content[show_points_unconfirmed_y] /> {--YES--}<br />
+                       <input type="radio" name="show_points_unconfirmed" value="N"$content[show_points_unconfirmed_n] /> {--NO--}
                </td>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
-               <td class="bottom2">
-                       <input type="radio" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] />&nbsp;{--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
-                       <input type="radio" name="mailid_error_redirect" value="REJECT"$content[mailid_error_redirect_reject] />&nbsp;{--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
+               <td class="bottom" align="right">{--ADMIN_OPTION_MAILID_REDIRECT--}:</td>
+               <td class="bottom">
+                       <input type="radio" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] /> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
+                       <input type="radio" name="mailid_error_redirect" value="REJECT"$content[mailid_error_redirect_reject] /> {--ADMIN_CONFIG_MAILID_REDIRECT_REJECT--}
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_SENDING_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
-               <td align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
-                       {--NO--}:&nbsp;<input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
+               <td class="bottom" align="right">{--ADMIN_OPTION_AUTOSEND_ACTIVE--}:</td>
+               <td class="bottom" align="center">
+                       {--YES--}: <input type="radio" name="autosend_active" value="Y"$content[autosend_active_y] />
+                       {--NO--}: <input type="radio" name="autosend_active" value="N"$content[autosend_active_n] />
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_NOTIFY_SETTINGS--}</strong>
                </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_OPTION_SEND_UPDATE--}:</td>
                <td align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />&nbsp;
-                       {--NO--}:&nbsp;<input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
+                       {--YES--}: <input type="radio" name="send_prof_update" value="Y"$content[send_prof_update_y] />
+                       {--NO--}: <input type="radio" name="send_prof_update" value="N"$content[send_prof_update_n] />
                </td>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
-               <td class="bottom2" align="center">
-                       {--YES--}:&nbsp;<input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />&nbsp;
-                       {--NO--}:&nbsp;<input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
+               <td class="bottom" align="right">{--ADMIN_OPTION_NOTIFY_ADMIN--}:</td>
+               <td class="bottom" align="center">
+                       {--YES--}: <input type="radio" name="admin_notify" value="Y"$content[admin_notify_y] />
+                       {--NO--}: <input type="radio" name="admin_notify" value="N"$content[admin_notify_n] />
                </td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_TIMEOUT_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
-               <td class="bottom2">$content[url_tlock]</td>
+               <td class="bottom" align="right">{--ADMIN_OPTION_URL_TIME_LOCK--}:</td>
+               <td class="bottom">$content[url_tlock]</td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_PROFILE_TIME_SETTINGS--}</strong>
                </td>
        </tr>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
-               <td class="bottom2">$content[profile_reupdate]</td>
+               <td class="bottom" align="right">{--ADMIN_OPTION_PROFILE_REUPDATE--}:</td>
+               <td class="bottom">$content[profile_reupdate]</td>
        </tr>
 
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_SQL_SETTINGS--}</strong>
                </td>
        </tr>
 
        <tr>
-               <td class="bottom2" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
-               <td class="bottom2" align="center">
+               <td class="bottom" align="right">{--ADMIN_DISPLAY_DEBUG_SQLS--}:</td>
+               <td class="bottom" align="center">
                        {--YES--}:&nbsp;<input type="radio" name="display_debug_sqls" value="Y"$content[display_debug_sqls_y] />
                        {--NO--}:&nbsp;<input type="radio" name="display_debug_sqls" value="N"$content[display_debug_sqls_n] />
                </td>