It's in the admin templates on the left column, 'search/edit' I think. Just copy and paste the quick search from the search template, but change the form action to post it to the correct directory -- ../search.php instead of search.php since you're in the admin directory. (Or it might even work with the admin directory's version of search.php but I won't promise that.)
Comments on Quick Search box - on Search/Edit page
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
How can I put the Quick Search box into the top of the admin Search/Edit page?
I find the Quick Search box a very convenient way to find links to edit.
I looked at the templates, but I haven't yet found the right code.
Many thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It's in the admin templates on the left column, 'search/edit' I think. Just copy and paste the quick search from the search template, but change the form action to post it to the correct directory -- ../search.php instead of search.php since you're in the admin directory. (Or it might even work with the admin directory's version of search.php but I won't promise that.)
Experienced
Usergroup: Customer
Joined: May 23, 2006
Total Topics: 16
Total Comments: 51
Thanks, Paul. This is a big help, makes finding things much easier.