Пример #1
0
    echo "checked";
}
?>
>
		</td>
	</tr>
	<tr>
		<td width="40%">
			<?php 
echo GetMessage("SALE_F_PERSON_TYPE");
?>
:
		</td>
		<td width="60%">
			<?php 
echo CSalePersonType::SelectBox("PERSON_TYPE_ID", $str_PERSON_TYPE_ID, GetMessage("SALE_ANY"), True, "", "");
?>
			
		</td>
	</tr>
	<tr class="adm-detail-required-field">
		<td width="40%"><?php 
echo GetMessage("RATE_VALUE");
?>
:</td>
		<td width="60%">
			<input type="text" name="VALUE" value="<?php 
echo $str_VALUE;
?>
" size="10">
			<b>%</b>
Пример #2
0
?>
:</td>
		<td>
			<?php 
echo CLang::SelectBox("filter_lang", $filter_lang, GetMessage("SALE_ALL"));
?>
		</td>
	</tr>
	<tr>
		<td><?php 
echo GetMessage("SALE_F_PERSON_TYPE");
?>
:</td>
		<td>
			<?php 
echo CSalePersonType::SelectBox("filter_person_type_id", $filter_person_type_id, GetMessage("SALE_ALL"), True, "", "");
?>
		</td>
	</tr>
	<tr>
		<td><?php 
echo GetMessage("SALE_F_LOCATION");
?>
:</td>
		<td>
			<select name="filter_location">
				<option value=""><?php 
echo GetMessage("SALE_ALL");
?>
</option>
				<?php 
Пример #3
0
			<td width="60%"><?php 
    echo "[" . $arPersType["ID"] . "] " . $arPersType["NAME"] . " (" . htmlspecialcharsEx($arPersType["LID"]) . ")";
    ?>
</td>
		</tr>
	<?php 
} else {
    ?>
		<tr class="adm-detail-required-field">
			<td width="40%"><?php 
    echo GetMessage("SOPGEN_PERSON_TYPE");
    ?>
:</td>
			<td width="60%">
				<?php 
    echo CSalePersonType::SelectBox("PERSON_TYPE_ID", $str_PERSON_TYPE_ID, "", True, "", "");
    ?>
			</td>
		</tr>
	<?php 
}
?>
	<tr class="adm-detail-required-field">
		<td width="40%"><?php 
echo GetMessage("SOPGEN_NAME");
?>
:</td>
		<td width="60%">
			<input type="text" name="NAME" size="30" maxlength="256" value="<?php 
echo $str_NAME;
?>