]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_refbanner_row.tpl
Renamed templates, more usage of EL
[mailer.git] / templates / de / html / admin / admin_edit_refbanner_row.tpl
index d3c74c9283c9c5da1b96bbd67543939813cc8e7b..d822520433b29e1050a35881bff0851459019c10 100644 (file)
@@ -2,16 +2,18 @@
        <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_REFERAL_BANNER_URL--}:</td>
        <td class="{%template,ColorSwitch%}" width="350">
                <input type="hidden" name="sel[$content[id]]" value="1" />
-               <input type="text" name="url[$content[id]]" class="admin_normal" value="$content[url]" size="40" maxlength="255" />
+               <input type="text" class="form_field" name="url[$content[id]]" value="$content[url]" size="40" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_EDIT_REFERAL_BANNER_ALTERNATIVE_TEXT--}:</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="alternate[$content[id]]" class="admin_normal" value="$content[alternate]" size="30" maxlength="255" />
+               <input type="text" class="form_field" name="alternate[$content[id]]" value="$content[alternate]" size="30" maxlength="255" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_SELECT_REFERAL_BANNER_ACTIVE--}:</td>
-       <td class="{%template,ColorSwitch%} bottom">$content[visible]</td>
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[visible]
+       </td>
 </tr>