Revision 1368 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<style>label{cursor:pointer;}</style><script>$(function(){$('input:submit').button();})</script><form name="delFolders" method="post"><table style="width:100%"><tr><td> </td><td style="width:8%!important">Ordner-ID</td><td style="width:90%">Ordner-Name</td></tr>{foreach $dirs as $dir}<tr><td><input type="checkbox" value="1" name="dir[{$dir.ID}]" id="dir_{$dir.ID}" checked="checked" /></td><td><label for="dir_{$dir.ID}">{$dir.ID}</label></td><td><label for="dir_{$dir.ID}">{$dir.Name}</label></td></tr>{/foreach}</table><input type="submit" value="diese Ordner löschen"/></form>