]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_title.tpl
Even more fixes/improvements:
[mailer.git] / templates / de / html / admin / admin_config_title.tpl
index a75ec618e92b910d5515cdf0faab1e96e4d838a2..e1c8c4078a63ceeb9ffe5943e320e64d25301892 100644 (file)
@@ -8,17 +8,17 @@
        <fieldset id="config_title_general_fields">
                <legend>{--ADMIN_CONFIG_TITLE_LEGEND--}</legend>
                <div class="table_row">
-                       <label for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
+                       <label class="admin_label" for="enable_title_deco">{--ADMIN_CONFIG_TITLE_ENABLE_DECORATIONS--}:</label>
                        <div align="center">$content[enable_title_deco]</div>
                </div>
 
                <div class="table_row">
-                       <label for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
+                       <label class="admin_label" for="enable_mod_title">{--ADMIN_CONFIG_TITLE_ENABLE_MODULE_TITLE--}:</label>
                        <div align="center">$content[enable_mod_title]</div>
                </div>
 
                <div class="table_row">
-                       <label for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
+                       <label class="admin_label" for="enable_what_title">{--ADMIN_CONFIG_TITLE_ENABLE_WHAT_TITLE--}:</label>
                        <div align="center">$content[enable_what_title]</div>
                </div>
        </fieldset>
                <legend>{--ADMIN_CONFIG_TITLE_DECORATIONS--}</legend>
 
                <div class="table_row">
-                       <label for="title_left">{--ADMIN_CONFIG_TITLE_LEFT--}:</label>
+                       <label class="admin_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="table_row">
-                       <label for="title_middle">{--ADMIN_CONFIG_TITLE_MIDDLE--}:</label>
+                       <label class="admin_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="table_row">
-                       <label for="title_right">{--ADMIN_CONFIG_TITLE_RIGHT--}:</label>
+                       <label class="admin_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>