More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_mods_edit_row.tpl
index 97b153fce739f398a82aea01998bd7ae3982ab5f..ea426a015a54e6ecc2edaf66871f09ef5ffc64ab 100644 (file)
@@ -1,16 +1,20 @@
 <tr>
        <td class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[mod] <input type="hidden" name="sel[$content[id]]"
-               value="1"></td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center"><input
-               type="text" class="admin_normal" name="title[$content[id]]" size="20"
-               maxlength="255" value="$content[title]"></td>
+               &nbsp;$content[mod] <input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
        <td class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[locked]</td>
+               <input type="text" class="admin_normal" name="title[$content[id]]" size="20" maxlength="255" value="$content[title]" />
+       </td>
        <td class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[hidden]</td>
+               $content[locked]
+       </td>
        <td class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[admin]</td>
+               $content[hidden]
+       </td>
        <td class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[mem]</td>
+               $content[admin]
+       </td>
+       <td class="switch_sw$content[sw] bottom2 right2" align="center">
+               $content[mem]
+       </td>
 </tr>