X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/b4a18168323d91c911689ae9a9cddb2b7ab51997..f139a5a9214c0e993a78232ee9c28d40620352e9:/templates/dirlist.htm diff --git a/templates/dirlist.htm b/templates/dirlist.htm index 7338db2..7b047d9 100644 --- a/templates/dirlist.htm +++ b/templates/dirlist.htm @@ -51,7 +51,8 @@ <table border="0"> <tr> <form action="{SCRIPT}"> -<input type="hidden" name="command" value="show"> +<input type="hidden" name="command" value="show">{IF filter} +<input type="hidden" name="filter" value="{FILTER}">{ENDIF} <td>Go to directory/file:</td> <td><input type="text" name="file" value="{DIR}"></td> <td><input type="submit" value="Go!"></td>