]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/select/select_network_box.tpl
All previously (by mistake) committed files marked as deprecated
[mailer.git] / templates / de / html / select / select_network_box.tpl
index 21e802b089b9eb96ebf15a46a045c652c8a3e334..7ac4659829a6512809998a277f614354bcfea3c9 100644 (file)
@@ -1,10 +1,10 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php" method="get">
+<form accept-charset="UTF-8" action="{?URL?}/modules.php" method="get">
 <input type="hidden" name="module" value="{%pipe,getModule%}" />
 <input type="hidden" name="what" value="{%pipe,getWhat%}" />
 <div class="table dashed">
        <div class="table_header bottom">
-               <strong>{--ADMIN_NETWORK_SELECT_TITLE--}</strong>
+               <strong>{--ADMIN_SELECT_NETWORK_TITLE--}</strong>
        </div>
 
        <div class="bottom">
@@ -12,7 +12,7 @@
        </div>
 
        <div class="table_footer">
-               <input type="submit" class="form_submit" value="{--ADMIN_NETWORK_CHOOSE--}" />
+               <input type="submit" class="form_submit" value="{--ADMIN_CHOOSE_NETWORK_SUBMIT--}" />
        </div>
 </div>
 </form>