Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_edit_network_params_row.tpl
index 197565ca32776f6a9efc44fdd85dc65ea6f0eb29..dcb98144223f211e464264f7b719e2aacb47d47e 100644 (file)
 <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="form_field" size="10" maxlength="10" value="$content[request_param_value]" />
+               <input type="text" class="form_field" name="request_param_value[$content[network_param_id]]" 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="form_field" size="50" maxlength="255" value="$content[request_param_default]" />
+               <input type="text" class="form_field" name="request_param_default[$content[network_param_id]]" size="50" maxlength="255" value="$content[request_param_default]" />
        </td>
 </tr>