]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_extensions_delete_row.tpl
Rewritten to use filter and wrapper
[mailer.git] / templates / de / html / admin / admin_extensions_delete_row.tpl
index 8e94566bf08f1f6092f54e301e6108c65ad7bb83..a2ba0af380ff76de23b7f1f3f3ee9c55c1599c69 100644 (file)
@@ -1,13 +1,13 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center" rowspan="2">
+       <td class="{%template,ColorSwitch%} bottom right" align="center" rowspan="2">
                <strong>$content[id]</strong>
                <input type="hidden" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom right">
+       <td class="{%template,ColorSwitch%} bottom right">
                $content[ext_name]
        </td>
-       <td class="switch_sw$content[sw] bottom">
-               v$content[ext_ver]
+       <td class="{%template,ColorSwitch%} bottom">
+               v{%pipe,getExtensionVersion=$content[ext_name]%}
        </td>
 </tr>
 <tr>