are all the forms in 1 line? your's might have been like that anyway, I'm only on 4.1.12, here's my head_admin bit:
Code:
{* Search by OrderId or Customer Name *}
<form class="inlineform" name="searchform" action="order.php" method="post">
Order Number:
<input name="orderid" type="text" size="10" maxlength="18">
</form>
<form class="inlineform" name="searchform" action="orders.php" method="post">
Customer Name:
<input name="posted_data[customer]" type="text" size="10" maxlength="35">
<input name="posted_data[date_period]" value="" checked="checked" type="radio">
All dates
<input type="hidden" id="orderid2" name="orderid2" value="">
<input type="hidden" name="posted_data[by_username]" value="on">
<input type="hidden" name="posted_data[by_firstname]" value="on">
<input type="hidden" name="posted_data[by_lastname]" value="on">
<input type="hidden" name="posted_data[address_type]" value="Both">
</form>
<form class="inlineform" method="post" action="search.php" name="searchform">
<input type="hidden" name="simple_search" value="Y" />
<input type="hidden" name="mode" value="search" />
<input type="hidden" name="posted_data[by_title]" value="Y" />
<input type="hidden" name="posted_data[by_shortdescr]" value="Y" />
<input type="hidden" name="posted_data[by_fulldescr]" value="Y" />
<input type="hidden" name="posted_data[including]" value="any" />
<input type="hidden" name="posted_data[by_sku]" value="Y" />
Product: <input type="search" size="10" name="posted_data[substring]" />
SKU: <input type="search" class="search" size="10" name="posted_data[productcode]" />
<input type="submit" name="submit" value="Search" />
</form>
and the css:
Code:
.inlineform {
display: inline;
}
__________________
X-Cart version 5 (Previously 3.5-4)
Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin
Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.
Shout me a Coffee!