]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_del_row.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del_row.tpl
index 65671494ca92413857e6b5b779329851cc8d2d85..cd5d3b609a843d63c686433e2df47d793164ea70 100644 (file)
@@ -1,17 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1">
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
                &nbsp;$content[name]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
                &nbsp;$content[rate]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
                &nbsp;$content[min]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2">
+       </td>
+       <td class="switch_sw$content[sw] bottom">
                &nbsp;$content[curr]
-       </TD>
-</TR>
+       </td>
+</tr>