]> git.mxchange.org Git - mailer.git/blob - templates/de/html/select/select_network_configured_box.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / select / select_network_configured_box.tpl
1 <div align="center">
2 {%form,formMethodGet=modules.php%}
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                 {--ADMIN_SELECT_CONFIGURED_NETWORK_TITLE--}
8         </div>
9
10         <div class="bottom">
11                 $content[selection_box]
12         </div>
13
14         <div class="table_footer">
15                 <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_SUBMIT--}" />
16         </div>
17 </div>
18 {%form_close%}
19 </div>
20
21 <div class="notice">
22         {--ADMIN_SELECT_CONFIGURED_NETWORK_NOTICE--}
23 </div>