tag or something for formatting"
here's how I'm using it:
Code: Select all
$smarty->assign('inputradioTitleAb', $this->CreateInputRadioGroup($id,'contentsearch',$radio,'ta','',"<br />"));
Title & Abstract
Title & Abstract & Content
and the HTML source looks like this:
Code: Select all
<input type="radio" name="cntnt01contentsearch" id="cntnt01contentsearch1" value="ta" />
<label for="cntnt01contentsearch1">Title & Abstract</label><br />
<input type="radio" name="cntnt01contentsearch" id="cntnt01contentsearch2" value="tac" />
<label for="cntnt01contentsearch2">Title & Abstract & Content</label><br />
;' does not work?