]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_extensions_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_extensions_row.tpl
index 11f5d85d80b1ca4d16cf4c19e14af24e5ec2a60f..c3785a6fd55dca9a2cd48deb7d1ae0bded58a061 100644 (file)
@@ -1 +1,17 @@
-<!-- @DEPRECATED //-->
+<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>