Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_profile.tpl
index 4fa78661938387532289f8a251fa4fc0eaed46c7..c6e8ec8b6518ac64655020206bc982e9d57fd4c3 100644 (file)
@@ -1,48 +1,48 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=config_other%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_PROFILE_TITLE--}</strong>
-               </td>
-       </tr>
+<tr>
+       <td colspan="2" align="center" class="table_header bottom">
+               {--ADMIN_CONFIG_PROFILE_TITLE--}
+       </td>
+</tr>
 
-       <tr>
-               <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_SEND_PROFILE_UPDATE--}
-               </td>
-               <td class="bottom" align="center">
-                       {%template,ConfigurationYesNoSelectionBox=send_profile_update%}
-               </td>
-       </tr>
+<tr>
+       <td class="bottom" align="right">
+               {--ADMIN_CONFIG_SEND_PROFILE_UPDATE--}
+       </td>
+       <td class="bottom" align="center">
+               {%template,ConfigurationYesNoSelectionBox=send_profile_update%}
+       </td>
+</tr>
 
-       <tr>
-               <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_PROFILE_TIME_TITLE--}</strong>
-               </td>
-       </tr>
+<tr>
+       <td colspan="2" align="center" class="table_header bottom">
+               {--ADMIN_CONFIG_PROFILE_TIME_TITLE--}
+       </td>
+</tr>
 
-       <tr>
-               <td align="right">{--ADMIN_CONFIG_LOCK_PROFILE_TIME--}:</td>
-               <td>$content[profile_lock]</td>
-       </tr>
+<tr>
+       <td align="right">{--ADMIN_CONFIG_LOCK_PROFILE_TIME--}</td>
+       <td>$content[profile_lock]</td>
+</tr>
 
-       <tr>
-               <td align="right">{--ADMIN_CONFIG_PROFILE_UPDATE--}:</td>
-               <td>$content[profile_update]</td>
-       </tr>
+<tr>
+       <td align="right">{--ADMIN_CONFIG_PROFILE_UPDATE--}</td>
+       <td>$content[profile_update]</td>
+</tr>
 
-       <tr>
-               <td class="bottom" align="right">{--ADMIN_CONFIG_PROFILE_REUPDATE--}:</td>
-               <td class="bottom">$content[profile_reupdate]</td>
-       </tr>
+<tr>
+       <td class="bottom" align="right">{--ADMIN_CONFIG_PROFILE_REUPDATE--}</td>
+       <td class="bottom">$content[profile_reupdate]</td>
+</tr>
 
-       <tr>
-               <td colspan="2" align="center" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="2" align="center" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>