Commit 206e1aaeb1e564f949c6a57b8b95260a1686ecf3
1 parent
89b9e312
UI template for boolean search
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3700 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
templates/ktcore/boolean_search.smarty
| ... | ... | @@ -49,6 +49,7 @@ legend { border: 1px dotted #999;} |
| 49 | 49 | <h2>Advanced Search</h2> |
| 50 | 50 | |
| 51 | 51 | <form> |
| 52 | + <input type="hidden" name="action" value="performSearch" /> | |
| 52 | 53 | <fieldset> |
| 53 | 54 | <legend>Hello World.</legend> |
| 54 | 55 | |
| ... | ... | @@ -70,6 +71,7 @@ legend { border: 1px dotted #999;} |
| 70 | 71 | </table> |
| 71 | 72 | |
| 72 | 73 | </fieldset> |
| 74 | + <input type="submit" name="submit" value="performSearch" /> | |
| 73 | 75 | </form> |
| 74 | 76 | <!-- |
| 75 | 77 | <table id="brad-log" width="100%"> | ... | ... |