ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_network_request_param_added.tpl
1 <div align="center" style="margin-top:10px;margin-bottom:10px">
2
3 <div style="width:550px" class="admin_table dashed">
4         <div class="admin_title bottom">
5                 {--ADMIN_NETWORK_REQUEST_PARAM_ADDED_TITLE--}
6         </div>
7         <div class="admin_message">
8                 Der API-Abfrageparameter $content[request_param_key]/$content[request_param_value] wurde soeben hinzugef&uuml;gt.
9                 Sie sollten nun als n&auml;chstes die <a href="{%url=modules.php?module=admin&amp;what=list_network_code_types&amp;network=$content[network_id]%}">R&uuml;ckgabewerte hinzuf&uuml;gen</a>.
10         </div>
11 </div>
12
13 </div>