]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_network_types_row.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_config_network_types_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center" width="7%">
3                 {--ID_SELECT--}<br />
4                 <strong>$content[network_type_id]</strong>
5         </td>
6         <td class="{%template,ColorSwitch%} bottom" align="center" width="93%">
7                 {--ADMIN_NETWORK_HANDLER_TYPES_HANDLE--}<br />
8                 <strong>{%pipe,translateNetworkTypeHandler=$content[network_type_handler]%}</strong>
9         </td>
10 </tr>
11 <tr>
12         <td colspan="2" class="{%template,ColorSwitch%} bottom" align="center">
13                 $content[network_type_config_content]
14         </td>
15 </tr>