]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_extensions_row.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_extensions_row.tpl
index a01fc73702d09095684d5aa8ef0c1f2af5272ec7..c3785a6fd55dca9a2cd48deb7d1ae0bded58a061 100644 (file)
@@ -1,13 +1,17 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[id].</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a href="$content[link]">$content[name]</a></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[last]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[size]&nbsp;{--KBYTES--}</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[new_ver]&nbsp;($content[old_ver])</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw] bottom2">&nbsp;</TD>
-       <TD colspan="4" class="switch_sw$content[sw] bottom2">
-               <div class="tiny">$content[info]</div>
-       </TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[ext_id]" class="admoin_normal" name="sel[$content[ext_id]]" value="$content[ext_active]" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[ext_name]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[ext_css]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateYesNo=$content[ext_active]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               v$content[ext_version]
+       </td>
+</tr>