]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_refbanner.tpl
XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / templates / de / html / admin / admin_add_refbanner.tpl
index 9a503ff1db13efcbc25ade47ae296c478fa7bebd..bb86b0ac1541e323f7a4472cdbdd6e50ef6c19c9 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=refbanner%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=refbanner%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="410">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
@@ -9,13 +9,13 @@
        <tr>
                <td align="right">{--ADMIN_ENTER_REFERAL_BANNER_URL--}:</td>
                <td>
-                       <input type="text" name="url" class="form_field" size="20" maxlength="355" value="http://" />
+                       <input type="text" class="form_field" name="url" size="20" maxlength="355" value="http://" />
                </td>
        </tr>
        <tr>
                <td align="right">{--ADMIN_ENTER_ALTERNATE_REFERAL_BANNER_TEXT--}:</td>
                <td>
-                       <input type="text" name="alternate" class="form_field" size="20" maxlength="355" value="{?MAIN_TITLE?}" />
+                       <input type="text" class="form_field" name="alternate" size="20" maxlength="355" value="{?MAIN_TITLE?}" />
                </td>
        </tr>
        <tr>
@@ -30,7 +30,7 @@
        <tr>
                <td class="table_footer" colspan="2" align="center">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_ADD_REFERAL_BANNER_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_ADD_REFERAL_BANNER_SUBMIT--}" />
                </td>
        </tr>
 </table>