%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/components/bitrix/sale.order.full/templates/.default/
Upload File :
Create Path :
Current File : //home/bitrix/www/bitrix/components/bitrix/sale.order.full/templates/.default/step4.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>

<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
	<td valign="top" width="60%" align="right">
		<input type="submit" name="contButton" value="<?= GetMessage("SALE_CONTINUE")?> &gt;&gt;">
	</td>
	<td valign="top" width="5%" rowspan="3">&nbsp;</td>
	<td valign="top" width="35%" rowspan="3">
		<?echo GetMessage("STOF_PRIVATE_NOTES")?>
	</td>
</tr>
<tr>
	<td valign="top" width="60%">
		<b><?echo GetMessage("STOF_PAYMENT_WAY")?></b><br /><br />
		<?
		if ($arResult["PAY_FROM_ACCOUNT"]=="Y")
		{
			?>
			<!--<input type="hidden" name="PAY_CURRENT_ACCOUNT" value="Y">-->
			<input type="checkbox" name="PAY_CURRENT_ACCOUNT" id="PAY_CURRENT_ACCOUNT" value="Y"<?if($arResult["PAY_CURRENT_ACCOUNT"]!="N") echo " checked";?>> <label for="PAY_CURRENT_ACCOUNT"><b><?echo GetMessage("STOF_PAY_FROM_ACCOUNT")?></b></label><br />
			<?=GetMessage("STOF_ACCOUNT_HINT1")?> <b><?=$arResult["CURRENT_BUDGET_FORMATED"]?></b> <?echo GetMessage("STOF_ACCOUNT_HINT2")?>
			<br /><br />
			<?
		}
		?>
		<?
		if(count($arResult["PAY_SYSTEM"])>0)
		{
			?>
			<table class="sale_order_full_table" id="sale_order_full_table" <? if ($arResult["PAY_FROM_ACCOUNT"]=="Y") echo "style=\"display:none_\""; ?>>
				<tr>
					<td colspan="2">
						
						<?echo GetMessage("STOF_PAYMENT_HINT")?><br /><br />
						
					</td>
				</tr>
				<?
				foreach($arResult["PAY_SYSTEM"] as $arPaySystem)
				{
					?>
					<tr>
						<td valign="top" width="0%">
							<input type="radio" id="ID_PAY_SYSTEM_ID_<?= $arPaySystem["ID"] ?>" name="PAY_SYSTEM_ID" value="<?= $arPaySystem["ID"] ?>"<?if ($arPaySystem["CHECKED"]=="Y") echo " checked";?>>
						</td>
						<td valign="top" width="100%">
							<label for="ID_PAY_SYSTEM_ID_<?= $arPaySystem["ID"] ?>">
								<b><?= $arPaySystem["PSA_NAME"] ?></b><br />
									<?
									if (strlen($arPaySystem["DESCRIPTION"])>0)
										echo $arPaySystem["DESCRIPTION"]."<br />";
									?>
							</label>
						</td>
					</tr>
					<?
				}
				?>
			</table>
		<?
		}
		if ($arResult["HaveTaxExempts"]=="Y")
		{
			?>
			<br />
			<input type="checkbox" name="TAX_EXEMPT" value="Y" checked> <b><?echo GetMessage("STOF_TAX_EX")?></b><br />
			<?echo GetMessage("STOF_TAX_EX_PROMT")?>
			<br /><br />
			<?
		}
		?>
	</td>
</tr>
<tr>
	<td valign="top" width="60%" align="right">
	<?if(!($arResult["SKIP_FIRST_STEP"] == "Y" && $arResult["SKIP_SECOND_STEP"] == "Y" && $arResult["SKIP_THIRD_STEP"] == "Y"))
	{
		?>
		<input type="submit" name="backButton" value="&lt;&lt; <?echo GetMessage("SALE_BACK_BUTTON")?>">
		<?
	}
	?>
		<input type="submit" name="contButton" value="<?= GetMessage("SALE_CONTINUE")?> &gt;&gt;">
	</td>
</tr>
</table>

Zerion Mini Shell 1.0