diff options
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} |
