Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-29-2009 10:36:48

121NetDesign
Member
From: Surrey, UK
Registered: 05-10-2007
Posts: 427

Changing the layout of minisearch

Hi Guys

We trying to get the mini search to be displayed in 1 line. Everything I try to modfity the code below does not work. Can anyone help me with this one?

Code:

print '<div class="skin_fenavh" id="ecom_skinwidgetminisearch_h">' . $widget_name . '</div>' . $eol;
print '<div class="skin_fenavmini" id="ecom_skinwidgetminisearch">' . $eol;

$this->xhtml_quickform_header($formid,'ecom','prodsearchp',array());

print '<p class="hidden"><label for="ecom--minisearch--' . $strid . '"';
print '>Search Term</label></p>' . $eol;

print '<p class="inline"><input class="minisearchform" type="text" name="' . $strid;
print '" id="ecom--minisearch--' . $strid . '" value="';
print $cgi_value . '" /></p>' . $eol;

$this->xhtml_quickform_footer($formid,'Search >>',1);

print '</div>' . $eol;

Also, how to apply a css style to the search button

Code:

$this->xhtml_quickform_footer($formid,'Search >>',1);

Thanks in Advance

Last edited by 121NetDesign (07-29-2009 11:05:56)


Tommy Lee

Offline

 

Board footer