Vox Populi(x) forum

Alexandria Book Library => Supporto (Support) => Topic started by: cchrisj on 14 November 2012, 20:11:49

Title: Format/Layout Search Screen Items
Post by: cchrisj on 14 November 2012, 20:11:49
I would like to rearrange the items on the search screen. In particular, the Search button. I have attached a "before" image (where it is showing up now). It just looks out of place where it is ...

I would like it to show up left justified under "Category."

How can I do this?
Title: Re: Format/Layout Search Screen Items
Post by: federica on 25 November 2012, 17:21:13
Hi cchrisj,
you have to modify the file site/components/com_abook/views/search/tmpl/default_form.php
eg: try to remove the row 66
<div class="clr"></div>
before the button than adjust its position through the css.
I suggest you use the template override system. You can see these howto documents:
Layout Overrides in Joomla 1.6 (http://docs.joomla.org/Layout_Overrides_in_Joomla_1.6)
How to override the output from the Joomla! core (http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core)

Bye bye