Back in June '08, the following question was asked:
Is it possible to change the default values for the search dropdowns from 'Any Field' - 'Contains' ?
Forum amswered with:
Hi,
use List page: Before display event for this purpose.
Here is a sample code:
Quote
$smarty->assign("search_FieldName","selected");
$smarty->assign("search_equals_option_selected","selected");
best regards,
Jane Endaltseva
e-mail: support@xlinesoft.com
This works in older versions, but not 5.1, which attempts to cahnge $smarty to $xt template. How would this function be accomplished in 5.1 using $xt?
Thanks