Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_list_bank_package_row.tpl
index 5a1c9d297e5a72104ec8ae8992ed594e30d1ad8f..6d5e84824a740c429a812e3741a802de470651f8 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 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">
-       $content[title]</TD>
+               <STRONG>$content[id]</STRONG>
+       </TD>
        <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[description]</TD>
+               $content[title]
+       </TD>
        <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[fee] {!POINTS!}</TD>
+               $content[description]
+       </TD>
        <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[plus]%</TD>
+               $content[fee] {!POINTS!}
+       </TD>
        <TD align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[minus]%</TD>
+               $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>
+               $content[active]
+       </TD>
 </TR>