]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_network_type.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_add_network_type.tpl
index f9d3e2c8eef5cbb85eb467d1250c5ce4640dc1a1..dc1e40b262165b7edac6c31cbb1c8091367486cc 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_network_types&amp;do=add_network_type&amp;network={%get=network%}%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_network_types&amp;do=add_network_type&amp;network={%get=network%}%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td class="table_header bottom" colspan="2" align="center">
        <tr>
                <td align="right" width="250">{--ADMIN_NETWORK_TYPES_API_URL--}:</td>
                <td>
-                       <input type="text" name="network_type_api_url" class="form_field" size="50" maxlength="255" />
+                       <input type="text" class="form_field" name="network_type_api_url" size="50" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td align="right" width="250">{--ADMIN_NETWORK_TYPES_CLICK_URL--}:</td>
                <td>
-                       <input type="text" name="network_type_click_url" class="form_field" size="40" maxlength="255" />
+                       <input type="text" class="form_field" name="network_type_click_url" size="40" maxlength="255" />
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right" width="250">{--ADMIN_NETWORK_TYPES_BANNER_URL--}:</td>
                <td class="bottom">
-                       <input type="text" name="network_type_banner_url" class="form_field" size="40" maxlength="255" />
+                       <input type="text" class="form_field" name="network_type_banner_url" size="40" maxlength="255" />
                </td>
        </tr>
        <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_NETWORK_TYPES_ADD--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_NETWORK_TYPES_ADD--}" />
                </td>
        </tr>
 </table>