]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_network_params_row.tpl
useProxy is duplicate, because isProxyUsed() is cached, fixed bug in IP resolver...
[mailer.git] / templates / de / html / admin / admin_edit_network_params_row.tpl
index 1a25912a53407b8dfd6ac811dd428f6576de21f1..11f5d85d80b1ca4d16cf4c19e14af24e5ec2a60f 100644 (file)
@@ -1,29 +1 @@
-<tr>
-       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_TYPES_HANDLE--}:</td>
-       <td class="{%template,ColorSwitch%}">
-               <input type="hidden" name="sel[$content[network_param_id]]" value="1" />
-               <select name="network_type_id[$content[network_param_id]]" class="admin_select" size="1">
-                       {%pipe,generateNetworkTypeOptions=$content[network_type_id]%}
-               </select>
-       </td>
-</tr>
-<tr>
-       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_KEY--}:</td>
-       <td class="{%template,ColorSwitch%}">
-               <select name="request_param_key[$content[network_param_id]]" class="admin_select" size="1">
-                       {%pipe,generateNetworkRequestKeyOptions=$content[network_param_key]%}
-               </select>
-       </td>
-</tr>
-<tr>
-       <td class="{%template,ColorSwitch%}" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_VALUE--}:</td>
-       <td class="{%template,ColorSwitch%}">
-               <input type="text" name="request_param_value[$content[network_param_id]]" class="admin_normal" size="10" maxlength="10" value="$content[request_param_value]" />
-       </td>
-</tr>
-<tr>
-       <td class="{%template,ColorSwitch%} bottom" style="padding-left:5px">{--ADMIN_NETWORK_REQUEST_PARAMETER_DEFAULT--}:</td>
-       <td class="{%template,ColorSwitch%} bottom">
-               <input type="text" name="request_param_default[$content[network_param_id]]" class="admin_normal" size="50" maxlength="255" value="$content[request_param_default]" />
-       </td>
-</tr>
+<!-- @DEPRECATED //-->