]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/theme/theme_select_form.tpl
Added function sendHttpRequest() which will help ext-network for simplified sending...
[mailer.git] / templates / de / html / theme / theme_select_form.tpl
index 65ab6637c1a0549f5c34c5362adde48d644d3332..9ea296866cb9bce0fed4dac489233fde31cf2b37 100644 (file)
@@ -1,7 +1,7 @@
-<form action="$content[form_action]" method="post" style="margin-bottom: 0px">
-       <select name="new_theme" class="guest_select">
+<form accept-charset="UTF-8" action="$content[form_action]" method="post">
+       <select name="new_theme" class="form_select">
                $content[selection]
        </select>
        <br />
-       <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
+       <input type="submit" class="form_submit" name="theme_change" value="{--CHANGE_THEME--}" />
 </form>