Extension ext-network continued:
[mailer.git] / templates / de / html / select / select_network_type_title_box.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{?URL?}/modules.php" method="get">
3 <input type="hidden" name="module" value="{%pipe,getModule%}" />
4 <input type="hidden" name="what" value="{%pipe,getWhat%}" />
5 <div class="table dashed">
6         <div class="table_header bottom">
7                 <div>
8                         <strong>{--ADMIN_SELECT_NETWORK_TYPE_TITLE--}</strong>
9                 </div>
10         </div>
11
12         <div class="bottom">
13                 $content[selection_box]
14         </div>
15
16         <div class="table_footer">
17                 <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_TYPE_SUBMIT--}" />
18         </div>
19 </div>
20 </form>
21 </div>