diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2008-01-02 09:36:51 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2008-01-02 09:36:51 +0000 |
| commit | d8706b19289607d17e0c12b7f4ba40b0411267d5 (patch) | |
| tree | d09ad176a256403a0c3dd635de4d7cec323b46d0 /templates/list_content_inc.tpl | |
| parent | 2dffacd289bfb3770f22591e19466ee78e98dd6f (diff) | |
| download | liberty-d8706b19289607d17e0c12b7f4ba40b0411267d5.tar.gz liberty-d8706b19289607d17e0c12b7f4ba40b0411267d5.tar.bz2 liberty-d8706b19289607d17e0c12b7f4ba40b0411267d5.zip | |
fix filter box, i.e. change field name to the one php code is looking for
Diffstat (limited to 'templates/list_content_inc.tpl')
| -rw-r--r-- | templates/list_content_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index fbec9b3..c43b5c4 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -11,9 +11,9 @@ {/forminput} {forminput} - <input type="text" name="find" value="{$listInfo.find}" /> + <input type="text" name="find_objects" value="{$listInfo.find}" /> <input type="submit" value="{tr}Apply Filter{/tr}" name="search_objects" /> - {formhelp note="You can restrict the content listing to a given content type or apply a filter."} + {formhelp note="You can restrict the content listing to a given content type or apply a filter on content title."} {/forminput} </div> {/form} |
