0728fae9aedb8f4108a0f51c93e86491da784edc
[mailer.git] / templates / de / html / admin / admin_config_network_types_row.tpl
1 <tr>
2         <td align="center" class="header_column bottom right" height="25"><strong>{--ID_SELECT--}</strong></td>
3         <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_TYPES_HANDLE--}</strong></td>
4         <td align="center" class="header_column bottom"><strong>{--ADMIN_NETWORK_TYPES_API_URL--}</strong></td>
5 </tr>
6 <tr>
7         <td class="{%template,ColorSwitch%} bottom right" align="center">
8                 <strong>$content[network_type_id]</strong>
9         </td>
10         <td class="{%template,ColorSwitch%} bottom right" align="center">
11                 {%pipe,translateNetworkTypeHandler=$content[network_type_handle]%}
12         </td>
13         <td class="{%template,ColorSwitch%} bottom right" align="center">
14                 $content[network_type_api_url]
15         </td>
16 </tr>
17 <tr>
18         <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_TYPES_CLICK_URL--}</strong></td>
19         <td align="center" class="header_column bottom right"><strong>{--ADMIN_NETWORK_TYPES_BANNER_URL--}</strong></td>
20         <td align="center" class="header_column bottom"><strong>{--ADMIN_CONFIG_NETWORK_TYPE_CONTENT--}</strong></td>
21 </tr>
22 <tr>
23         <td class="{%template,ColorSwitch%} bottom right" align="center">
24                 $content[network_type_click_url]
25         </td>
26         <td class="{%template,ColorSwitch%} bottom right" align="center">
27                 $content[network_type_banner_url]
28         </td>
29         <td class="{%template,ColorSwitch%} bottom" align="center">
30                 $content[network_type_config_content]
31         </td>
32 </tr>