]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_mediadata.tpl
Naming convention on language strings applied, ACL handling fixed:
[mailer.git] / templates / de / html / admin / admin_config_mediadata.tpl
index 4b95f47c53cf5832f6c9894acef0c7da1799c42a..58a55721efcae6f0a37ef74f35b7abb828e258f0 100644 (file)
@@ -1,32 +1,32 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_mediadata" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_mediadata%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom2" colspan="3" align="center">
-                       <strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
+               <td class="table_header bottom" colspan="3" align="center">
+                       <strong>{--ADMIN_CONFIG_MEDIADATA_TITLE--}:</strong>
                </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_CONFIG_MEDIADATA_MT_START--}:</td>
+               <td align="center">$content[mt_start]</td>
        </tr>
        <tr>
-               <td class="bottom2" align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
-               <td class="bottom2" align="center" width="275">
-                       <input type="text" name="mt_stage" class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
+               <td class="bottom" align="right">{--ADMIN_CONFIG_MEDIADATA_MT_STAGE--}:</td>
+               <td class="bottom" align="center">
+                       <input type="text" class="form_field" name="mt_stage" value="{?mt_stage?}" size="6" maxlength="20" />
                </td>
        </tr>
        <tr>
-               <td class="admin_footer" colspan="2" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
-       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_MEDIADATA_MT_START_NOTE--}<br />
-       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_MEDIADATA_MT_STAGE_NOTE--}<br />
+<div class="notice">
+       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_CONFIG_MEDIADATA_MT_START_NOTE--}<br />
+       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_CONFIG_MEDIADATA_MT_STAGE_NOTE--}<br />
 </div>
 </div>