示例#1
0
						</td>
					</tr>
					<tr>
						<td valign="top">
							<div id="popup_cancel_order_form" class="sale_popup_form" style="display:none; font-size:13px;">
								<table>
									<tr>
										<td colspan="2"><?php 
echo GetMessage('SOD_CANCEL_REASON_TITLE');
?>
<br />
											<?if(CSaleYMHandler::isOrderFromYandex($ID)):
												$reasonDisp = 'style="display: none;" ';
											?>
												<?php 
echo CSaleYMHandler::getCancelReasonsAsRadio("FORM_REASON_CANCELED", "FORM_REASON_CANCELED", false);
?>
											<?else:
												$reasonDisp = "";
											?>
											<?endif;?>
											<textarea <?php 
echo $reasonDisp;
?>
name="FORM_REASON_CANCELED" id="FORM_REASON_CANCELED" rows="3" cols="30"><?php 
echo htmlspecialcharsEx($arOrder["REASON_CANCELED"]);
?>
</textarea>
											<br /><small><?php 
echo GetMessage('SOD_CANCEL_REASON_ADIT');
?>