{php} $value = TEXT_ENTER_SEARCH_TERM; $onfocus = "if(this.value == '".$value."') this.value='';"; $onblur = "if (this.value=='') this.value='".$value."';"; $this->assign('value', $value); $this->assign('onfocus', $onfocus); $this->assign('onblur', $onblur); {/php}
{txt key=BUTTON_BACK} {css_button text=$smarty.const.BUTTON_SEARCH type='form'}
{form type=formend}