]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_refbanner_row.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / admin / admin_edit_refbanner_row.tpl
index 390fa535f368f3877e09f2cde193c3ae97982e6a..dde7e52622d64eb8ac54372a190c99d745952d36 100644 (file)
@@ -1,17 +1,21 @@
 <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>