1
0
mirror of synced 2024-11-26 23:36:08 +03:00
bitrix-module/intaro.intarocrm/install/unstep1.php
2013-07-16 18:50:05 +04:00

11 lines
544 B
PHP
Executable File

<?php IncludeModuleLangFile(__FILE__); ?>
<form action="<?php echo $APPLICATION->GetCurPage(); ?>">
<?php bitrix_sessid_post(); ?>
<input type="hidden" name="lang" value="<?php echo LANGUAGE_ID; ?>">
<input type="hidden" name="id" value="intaro.intarocrm">
<input type="hidden" name="uninstall" value="Y">
<input type="hidden" name="step" value="2">
<?php echo CAdminMessage::ShowMessage(GetMessage("MOD_UNINST_WARN")); ?>
<input type="submit" name="inst" value="<?php echo GetMessage("MOD_UNINST_DEL"); ?>" class="adm-btn-save">
</form>