]> git.p6c8.net - devedit.git/blobdiff - templates/dirlist.htm
Added a feature for removing multiple files from a directory.
[devedit.git] / templates / dirlist.htm
index 7b047d97b7e0ef605dec7a30a3efe0d77652ce06..10ade36ba964c9ff9553c38a875dcecebbbb4af2 100644 (file)
 
 <hr>
 
 
 <hr>
 
-{IF empty}<p><i>This directory is empty or nothing is matching against your wildcard</i></p>{ELSE}<table border="0" style="font-family:'Courier New',Courier,monospace;font-size:10pt;">
-{DIRLIST}</table>{ENDIF}
+{IF empty}<p><i>This directory is empty or nothing is matching against your wildcard</i></p>{ELSE}<form>
+<input type="hidden" name="command" value="remove_multi">
+<input type="hidden" name="file" value="{DIR}">
+
+<table border="0" style="font-family:'Courier New',Courier,monospace;font-size:10pt;">
+{DIRLIST}</table>
+
+<hr>
+
+<p><input type="submit" value="Delete selected files"></p>
+
+</form>{ENDIF}
 
 <hr>
 
 
 <hr>
 

patrick-canterino.de