module.xml help
Can somebody fix this? No errors, but the combo box has nothing in it.
From my module.xml install file...
<optioncode><![CDATA[<select name=\"$name\" " . $jsdefault_onchange . " class=\"bginput\" tabindex=\"1\">
<option " . iif($setting[value] == 'rand', 'selected=\"selected\"') . " value=\"rand\">$vbphrase[videomax_rand]</option>
<option " . iif($setting[value] == 'desc', 'selected=\"selected\"') . " value=\"desc\">$vbphrase[videomax_desc]</option>
<option " . iif($setting[value] == 'asc', 'selected=\"selected\"'). " value=\"asc\">$vbphrase[videomax_asc]</option>
</select>]]></optioncode>
|