]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_overview_row.tpl
Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
index 14ccc9dd60be7ba1597b34f311b9e8c8a0a6cb7a..d7077bfc0233332206f1d8708d7104a13b229912 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>
-       <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>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
+<tr>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <input type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" value="1" />
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <a href="{%url=modules.php?module=admin&amp;what=$content[mode]edit&amp;sub=$content[action]%}">$content[action]</a>
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
                $content[what]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">
+       </td>
+       <td class="switch_sw$content[sw] bottom right">
                &nbsp;&nbsp;$content[title]
-       </TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
                &nbsp;&nbsp;$content[navi]
-       </TD>
-</TR>
+       </td>
+</tr>