A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / select / select_network_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                 <strong>{--ADMIN_NETWORK_SELECT_TITLE--}</strong>
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_NETWORK_CHOOSE--}" />
16         </div>
17 </div>
18 </form>
19 </div>