]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_ext_reg_form.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_ext_reg_form.tpl
index 48239992d98d1171abfc5f47abcfad7860683614..44d772e387cba89d24044dbb057da682f6e5b573 100644 (file)
@@ -1,6 +1,4 @@
-<A name="ext_$content[ext_name]"></A>
-<FORM
-       action="{--URL--}/modules.php?module=admin&amp;what=extensions&amp;reg_ext=$content[id]"
-       method="POST" style="margin-bottom: 0px"><INPUT type="submit"
-       name="ok" class="admin_submit" value="{--ADMIN_REGISTER_EXTENSION--}" />
-</FORM>
\ No newline at end of file
+<a name="ext_$content[ext_name]"></a>
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=extensions&amp;reg_ext=$content[id]%}" method="post">
+       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_REGISTER_EXTENSION--}" />
+</form>