A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_edit_network_params_row.tpl
index 1a25912a53407b8dfd6ac811dd428f6576de21f1..197565ca32776f6a9efc44fdd85dc65ea6f0eb29 100644 (file)
@@ -2,7 +2,7 @@
        <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">
+               <select name="network_type_id[$content[network_param_id]]" class="form_select" size="1">
                        {%pipe,generateNetworkTypeOptions=$content[network_type_id]%}
                </select>
        </td>
@@ -10,7 +10,7 @@
 <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">
+               <select name="request_param_key[$content[network_param_id]]" class="form_select" size="1">
                        {%pipe,generateNetworkRequestKeyOptions=$content[network_param_key]%}
                </select>
        </td>
 <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]" />
+               <input type="text" name="request_param_value[$content[network_param_id]]" class="form_field" 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]" />
+               <input type="text" name="request_param_default[$content[network_param_id]]" class="form_field" size="50" maxlength="255" value="$content[request_param_default]" />
        </td>
 </tr>