]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_extensions_row.tpl
index 62176434937656db3263717b1c09c03c380a24ab..c3785a6fd55dca9a2cd48deb7d1ae0bded58a061 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]" class="admoin_normal" name="sel[$content[id]]" value="$content[act_val]" />
+       <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="switch_sw$content[sw] bottom2 right2">
-               &nbsp;&nbsp;$content[name]
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[ext_name]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[css]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[ext_css]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[active]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,translateYesNo=$content[ext_active]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               &nbsp;&nbsp;v$content[ver]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               v$content[ext_version]
        </td>
 </tr>