<!--ЗАМЕНЯЕМ ПОЛЯ ТИПА ТЕКСТ НА ПОЛЯ ТИПА CheckBox-->
<tr>
<td>условие 1:</td>
<td>
<?//print_r ($arResult);?>
<? //echo $arrFilter_pf["CML2_PRESENCE_BK"];?>
<input type="checkbox" name="arrFilter_pf[CML2_PRESENCE_BK]" size="20" value="1"
<?
if ($arResult["ITEMS"][2]["INPUT"]=='<input type="text" name="arrFilter_pf[CML2_PRESENCE_BK]" size="20" value="1" />')
echo ' checked ';
?>
/></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="set_filter" value="<?=GetMessage("IBLOCK_SET_FILTER")?>" /><input type="hidden" name="set_filter" value="Y" /> <input type="submit" name="del_filter" value="<?=GetMessage("IBLOCK_DEL_FILTER")?>" /></td>
</tr>
</div> |