]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_refbanner_row.tpl
Large code cleanups:
[mailer.git] / templates / de / html / admin / admin_edit_refbanner_row.tpl
index 390fa535f368f3877e09f2cde193c3ae97982e6a..9bb0516c88f0125866a66b1b62e37bcc09a7ec99 100644 (file)
@@ -1,17 +1,19 @@
 <tr>
-       <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_REFERAL_BANNER_URL--}:</td>
+       <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_REFERRAL_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="form_field" 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%}" align="right">{--ADMIN_EDIT_REFERRAL_BANNER_ALTERNATIVE_TEXT--}:</td>
        <td class="{%template,ColorSwitch%}">
-               <input type="text" name="alternate[$content[id]]" class="form_field" 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" align="right">{--ADMIN_SELECT_REFERRAL_BANNER_ACTIVE--}:</td>
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[visible]
+       </td>
 </tr>