]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_refbanner_edit_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_refbanner_edit_row.tpl
index 6a58a9273125060767187318267a25f72e73af75..14b7106ec41aaff63ad2795d7064697bad092288 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw]" align="right" width="200">{--ADMIN_EDIT_BANNER_URL--}:</td>
-       <td class="switch_sw$content[sw]" width="350">
+       <td class="{%template,ColorSwitch%}" align="right" width="200">{--ADMIN_EDIT_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" />
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw]" align="right">{--ADMIN_EDIT_ALTERNATE--}:</td>
-       <td class="switch_sw$content[sw]">
+       <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_EDIT_ALTERNATE--}:</td>
+       <td class="{%template,ColorSwitch%}">
                <input type="text" name="alternate[$content[id]]" class="admin_normal" value="$content[alt]" size="30" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td class="switch_sw$content[sw] bottom" align="right">{--ADMIN_SELECT_BANNER_ACTIVE--}:</td>
-       <td class="switch_sw$content[sw] bottom">$content[vis]</td>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_SELECT_BANNER_ACTIVE--}:</td>
+       <td class="{%template,ColorSwitch%} bottom">$content[vis]</td>
 </tr>