diff options
| author | wjames5 <will@tekimaki.com> | 2009-01-24 18:40:54 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-01-24 18:40:54 +0000 |
| commit | f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad (patch) | |
| tree | d2e5bb85a3358c1f8ae9b690e4fd06cb3bd775f5 /templates | |
| parent | e25e80301cbf25a90ee5c21d59c9a1cee987a2f4 (diff) | |
| download | nexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.tar.gz nexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.tar.bz2 nexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.zip | |
standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE DEVELOPERS who use get_content_list_inc take notecvs up -dP
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/menu_items_edit_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu_items_edit_inc.tpl b/templates/menu_items_edit_inc.tpl index 1bb5581..3271de1 100644 --- a/templates/menu_items_edit_inc.tpl +++ b/templates/menu_items_edit_inc.tpl @@ -11,7 +11,7 @@ {/forminput} {forminput} - <input type="text" name="find_objects" value="{$smarty.request.find_objects}" /> + <input type="text" name="find" value="{$smarty.request.find}" /> <input type="submit" value="{tr}filter{/tr}" name="search_objects" /> {formhelp note="You can select the content type you want to limit the dropdown to and/or a word filter."} {/forminput} |
