everything else only has add boxes at the bottom

This commit is contained in:
Shish 2009-08-02 09:08:28 +01:00
parent 92217f0435
commit fddbe0f605

View File

@ -52,7 +52,7 @@ class AliasEditorTheme extends Themelet {
});
</script>
<table id='aliases' class='zebra'>
<thead><tr><th>From</th><th>To</th>$action</tr>$add</thead>
<thead><tr><th>From</th><th>To</th>$action</tr></thead>
<tbody>$h_aliases</tbody>
<tfoot>$add</tfoot>
</table>