]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bank_package_row.tpl
SQL query and inconsistencies fixed, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_list_bank_package_row.tpl
index 5a1c9d297e5a72104ec8ae8992ed594e30d1ad8f..27bc597d697d4402d1ba61e9cea5ef046d765669 100644 (file)
@@ -1,18 +1,26 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2"><INPUT
-               type="checkbox" name="id[$content[id]]" value="1" /></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><STRONG>$content[id]</STRONG>
-       </TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[title]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[description]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[fee] {!POINTS!}</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[plus]%</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[minus]%</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">
-       $content[active]</TD>
-</TR>
+<tr>
+       <td align="center" class="switch_sw$content[sw] bottom2">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="admin_normal" name="id[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               <strong>$content[id]</strong>
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               $content[title]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               $content[description]
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               $content[fee] {?POINTS?}
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               $content[plus]%
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">
+               $content[minus]%
+       </td>
+       <td align="center" class="switch_sw$content[sw] bottom2">
+               $content[active]
+       </td>
+</tr>