]> 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 cb2d38d99e719039a8fd3471d182072cf73b8784..58a55721efcae6f0a37ef74f35b7abb828e258f0 100644 (file)
@@ -1,17 +1,17 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_mediadata%}" method="post">
+<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="table_header bottom" colspan="3" align="center">
-                       <strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
+                       <strong>{--ADMIN_CONFIG_MEDIADATA_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
-               <td align="right">{--ADMIN_MEDIADATA_MT_START--}:</td>
+               <td align="right">{--ADMIN_CONFIG_MEDIADATA_MT_START--}:</td>
                <td align="center">$content[mt_start]</td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
+               <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>
@@ -26,7 +26,7 @@
 </form>
 
 <div class="notice">
-       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_MEDIADATA_MT_START_NOTE--}<br />
-       <strong><big>&middot;</big></strong>&nbsp;{--ADMIN_MEDIADATA_MT_STAGE_NOTE--}<br />
+       <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>