]> 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 f6f438a77b6ffaa4e327f83eb15d5a711bf215b8..d7077bfc0233332206f1d8708d7104a13b229912 100644 (file)
@@ -1,10 +1,17 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center"><INPUT
-               type="checkbox" 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">$content[what]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;&nbsp;$content[title]</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">&nbsp;&nbsp;$content[navi]</TD>
-</TR>
\ No newline at end of file
+<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] bottom right">
+               &nbsp;&nbsp;$content[title]
+       </td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               &nbsp;&nbsp;$content[navi]
+       </td>
+</tr>