Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_title.tpl
index 7f0176f583e4cd98ca763d7869be748dbbf989a3..14e2a8c2145003ee5ad9af6a7f9cb7cfbea6793c 100644 (file)
@@ -2,23 +2,27 @@
 {%form,formMethodPost=modules.php?module=admin&what=config_title%}
 <div class="table dashed">
        <div class="table_header bottom">
-               <strong>{--ADMIN_CONFIG_TITLE_SETTINGS--}</strong>
+               {--ADMIN_CONFIG_TITLE_SETTINGS--}
        </div>
 
        <fieldset id="config_title_general_fields">
                <legend>{--ADMIN_CONFIG_TITLE_LEGEND--}</legend>
                <div class="admin_input">
-                       <label for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
+                       <label for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_title_deco%}</div>
                </div>
 
+               <div class="clear"></div>
+
                <div class="admin_input">
-                       <label for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
+                       <label for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_mod_title%}</div>
                </div>
 
+               <div class="clear"></div>
+
                <div class="admin_input">
-                       <label for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
+                       <label for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}</label>
                        <div align="center">{%template,ConfigurationYesNoSelectionBox=enable_what_title%}</div>
                </div>
        </fieldset>
                <legend>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</legend>
 
                <div class="admin_input">
-                       <label for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
+                       <label for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}</label>
                        <div align="center"><input type="text" class="form_field" name="title_left" value="{?title_left?}" size="4" maxlength="10" /></div>
                </div>
 
+               <div class="clear"></div>
+
                <div class="admin_input">
-                       <label for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
+                       <label for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}</label>
                        <div align="center"><input type="text" class="form_field" name="title_middle" value="{?title_middle?}" size="4" maxlength="10" /></div>
                </div>
 
+               <div class="clear"></div>
+
                <div class="admin_input">
-                       <label for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
+                       <label for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}</label>
                        <div align="center"><input type="text" class="form_field" name="title_right" value="{?title_right?}" size="4" maxlength="10" /></div>
                </div>
        </fieldset>