]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_del_row.tpl
Fix in templates task->sel for countPostSelection()
[mailer.git] / templates / de / html / admin / admin_list_country_del_row.tpl
index 270e00a889f87bcc3981087e7d4fab9cac42887e..813a2b7bd2670e9ec8e4415df35b8cb318045170 100644 (file)
@@ -1,10 +1,14 @@
 <tr>
        <td align="center" class="switch_sw$content[sw] bottom2 right2"><strong>$content[id]</strong>
-       <INPUT type="hidden" name="id[$content[id]]" value="1"></td>
+               <input type="hidden" name="id[$content[id]]" value="1" />
+       </td>
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[code]</td>
+               $content[code]
+       </td>
        <td align="center" class="switch_sw$content[sw] bottom2 right2">
-       $content[descr]</td>
+               $content[descr]
+       </td>
        <td align="center" class="switch_sw$content[sw] bottom2">
-       $content[status]</td>
+               $content[status]
+       </td>
 </tr>