New network added, more usage of EL:
[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]
9                 wurde soeben hinzugef&uuml;gt. Sie sollten nun als n&auml;chstes die
10                 <a href="{%url=modules.php?module=admin&amp;what=list_network_api_translation&amp;network=$content[network_id]%}">API-Arrayelemente hinzuf&uuml;gen</a>.
11         </div>
12 </div>
13
14 </div>