]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_mediadata.tpl
Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_config_mediadata.tpl
index 2f40274613ec308b230d75258c8d6058dcc3934b..df6714ad9e353c428fd63dee54032571b36f2845 100644 (file)
@@ -1,5 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_mediadata" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" 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="admin_table dashed">
        <tr>
                <td class="admin_title bottom2 seperator" height="30" width="10">&nbsp;</td>
                <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_MEDIADATA_SETTINGS--}:</strong>
@@ -13,7 +13,7 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="275">{--ADMIN_MEDIADATA_MT_START--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275">{!__MT_START!}</td>
+               <td align="center" width="275">$content[mt_start]</td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        <tr>
@@ -23,8 +23,8 @@
                <td width="10" class="seperator">&nbsp;</td>
                <td align="right" width="275">{--ADMIN_MEDIADATA_MT_STAGE--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td align="center" width="275"><INPUT type="text" name="mt_stage"
-                       class="admin_normal" value="{!__MT_STAGE!}" size="6" maxlength="20">
+               <td align="center" width="275"><input type="text" name="mt_stage"
+                       class="admin_normal" value="{?mt_stage?}" size="6" maxlength="20" />
                </td>
                <td width="10" class="seperator">&nbsp;</td>
        </tr>
        </tr>
        <tr>
                <td width="10" class="admin_footer seperator">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><INPUT
+               <td class="admin_footer" colspan="3" align="center"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
+               <input type="submit" name="ok" class="admin_submit"
                        value="{--SAVE_SETTINGS--}" /></td>
                <td width="10" class="admin_footer seperator">&nbsp;</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="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>