Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / theme / theme_select_form.tpl
1 {%form,formMethodPost=$content[form_action]%}
2         <select name="new_theme" class="form_select" size="1">
3                 $content[selection]
4         </select>
5         <br />
6         <input type="submit" class="form_submit" name="theme_change" value="{--CHANGE_THEME--}" />
7 {%form_close%}