Example #1
0
?>
:</td>
	<td><?
		echo SelectBoxFromArray("find_mark_id", __GetDropDown("M", $TICKET_DICTIONARY), htmlspecialcharsbx($find_mark_id), GetMessage("SUP_ALL"));
		?></td>
</tr>
<?}?>

<?if ($bADS) {?>
<tr>
	<td><?php 
echo GetMessage("SUP_F_SOURCE");
?>
:</td>
	<td><?
		echo SelectBoxFromArray("find_source_id", __GetDropDown("SR", $TICKET_DICTIONARY), htmlspecialcharsbx($find_source_id), GetMessage("SUP_ALL"));
		?></td>
</tr>
<?} /*?>
<tr>
	<td><?php 
echo GetMessage("SUP_F_TITLE");
?>
:</td>
	<td><input type="text" name="find_title" size="47" value="<?php 
echo htmlspecialcharsbx($find_title);
?>
"><?php 
echo InputType("checkbox", "find_title_exact_match", "Y", $find_title_exact_match, false, "", "title='" . GetMessage("SUP_EXACT_MATCH") . "'");
?>
&nbsp;<?php 
Example #2
0
	<?php 
}
?>

	<?php 
if ($can_select_category == "Y") {
    ?>
	<tr valign="middle">
		<td id="edit_18" align="right"><?php 
    echo GetMessage("SUP_CATEGORY");
    ?>
</td>
		<td id="edit_19"><?php 
    //if ($ID<=0 && strlen($strError)<=0) $str_CATEGORY_ID = CTicketDictionary::GetDefault("C", $TICKET_SITE);
    //echo SelectBox("CATEGORY_ID", CTicketDictionary::GetDropDown("C", $TICKET_SITE, $TICKET_SLA), " ", $str_CATEGORY_ID, " id =\"CATEGORY_ID\"");
    echo SelectBoxFromArray("CATEGORY_ID", __GetDropDown("C", $TICKET_DICTIONARY), $str_CATEGORY_ID, " ", " id =\"CATEGORY_ID\"");
    if ($can_select_responsible == "Y") {
        ?>
&nbsp;&nbsp;<a title="<?php 
        echo GetMessage("SUP_RESPONSIBLE_SELECT_BY_CATEGORY_ALT");
        ?>
" id="icon_1" href="javascript:SetResponsible('CATEGORY_ID')"><img src="/bitrix/images/support/resp.gif" width="16" height="16" border="0" alt="<?php 
        echo GetMessage("SUP_RESPONSIBLE_SELECT_BY_CATEGORY_ALT");
        ?>
"></a><?php 
    }
    ?>
</td>
	</tr>
	<?php 
}