]> git.mxchange.org Git - mailer.git/blob - templates/de/html/select/select_network_box.tpl
66f71e3f78e475e630fba75be77e03f9f72ec4f3
[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="$content[module]" />
4 <input type="hidden" name="what" value="$content[what]" />
5 <div class="admin_table dashed">
6         <div class="admin_title 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="admin_footer">
15                 <input type="submit" class="admin_submit" value="{--ADMIN_NETWORK_CHOOSE--}" />
16         </div>
17 </div>
18 </form>
19 </div>