]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_menu_overview_row.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_menu_overview_row.tpl
index f6f438a77b6ffaa4e327f83eb15d5a711bf215b8..52c5bd9580a5ab3b5310ba77e326719111150944 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="{%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="{%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="{%template,ColorSwitch%} bottom right" align="center">
+               {%pipe,fixEmptyContentToDashes=$content[what]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,fixEmptyContentToDashes=$content[title]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[navi]
+       </td>
+</tr>