]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_overview_row.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
index 7178ec4a4fb2872e61d573d21e7bd1b800eda647..52c5bd9580a5ab3b5310ba77e326719111150944 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]" name="sel[$content[id]]" value="1" class="admin_normal" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               <a href="{!URL!}/modules.php?module=admin&amp;what=$content[mode]edit&amp;sub=$content[action]">$content[action]</a>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <a href="{%url=modules.php?module=admin&amp;what=$content[do]edit&amp;sub=$content[action]%}">{%pipe,fixEmptyContentToDashes=$content[action]%}</a>
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[what]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;&nbsp;$content[title]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,fixEmptyContentToDashes=$content[title]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2" align="center">
-               &nbsp;&nbsp;$content[navi]
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[navi]
        </td>
 </tr>