Your IP : 3.129.250.65


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/modules/webprofy.autocurrency/install/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/modules/webprofy.autocurrency/install/unstep1.php

<? if (!check_bitrix_sessid())
	return;

$MODULE_ID = "webprofy.autocurrency";
$MLANG = "WP_AUTOCURRENCY_";
?>
<form action="<?=$APPLICATION->GetCurPage();?>">
	<?=bitrix_sessid_post();?>
	<input type="hidden" name="lang" value="<?=LANGUAGE_ID?>">
	<input type="hidden" name="id" value="<?=$MODULE_ID?>">
	<input type="hidden" name="uninstall" value="Y">
	<input type="hidden" name="step" value="2">
	<?=CAdminMessage::ShowMessage(GetMessage($MLANG."UNINSTALL_WARNING"));?>
	<p><?=GetMessage($MLANG."UNINSTALL_SAVEDATA") ?></p>
	<p>
		<input type="checkbox" name="savedata" id="savedata" value="Y" checked>
		<label for="savedata"><?=GetMessage($MLANG."UNINSTALL_SAVETABLE");?></label>
	</p>
	<input type="submit" name="inst" value="<?=GetMessage($MLANG."UNINSTALL_DEL");?>">
</form>