Quote:
Originally Posted by Smitty
I don't know what's happening with this, but I hope it continues. I just installed and it's very nice.
Question: I want the search box to be 'Open' by default. How can I do that?
|
Thanks. I only noticed your post today.
Right, by default, the search form is displayed "collapsed" when the page is loaded. This would be a good option to have in the next release.
For now, what you can do is make two changes to the template 'attbro_FORM' (I did not test this).
Change this line:
<img id="collapseimg_attbro_disp_opts" src="$stylevar[imgdir_button]/collapse_thead
_collapsed.gif" alt="" border="0" /></a>
to this:
<img id="collapseimg_attbro_disp_opts" src="$stylevar[imgdir_button]/collapse_thead.gif" alt="" border="0" /></a>
(removed the characters highlighted in red)
Then, a few lines down from that,
change this line:
<tbody id="collapseobj_attbro_disp_opts" style="
display:none; ">
to this:
<tbody id="collapseobj_attbro_disp_opts" style="">