Removing the layout associated with cron
This commit is contained in:
parent
8f628b2ba4
commit
45f32c733f
3 changed files with 1 additions and 4 deletions
|
@ -496,7 +496,6 @@ if ($STEP === 1) {
|
|||
if ($isSetupModulePage) { ?>
|
||||
<font class="text"><?=GetMessage('LOAD_PERIOD');?><br><br></font>
|
||||
<input type="radio" name="TYPE_LOADING" value="none" onclick="checkProfile(this);"><?=GetMessage('NOT_LOADING')?><Br>
|
||||
<input type="radio" name="TYPE_LOADING" value="cron" onclick="checkProfile(this);"><?=GetMessage('CRON_LOADING')?><Br>
|
||||
<input type="radio" name="TYPE_LOADING" value="agent" checked onclick="checkProfile(this);"><?=GetMessage('AGENT_LOADING')?><Br>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
@ -14,7 +14,6 @@ $MESS ['CANCELED'] = 'Is «Cancelled»';
|
|||
$MESS ['INFO_1'] = ' Set the correspondence between 1C-Bitrix data books and RetailCRM data books.';
|
||||
$MESS ['LOAD_PERIOD'] = 'Export catalog periodically';
|
||||
$MESS ['NOT_LOADING'] = 'No';
|
||||
$MESS ['CRON_LOADING'] = 'By CRON every 24 hours';
|
||||
$MESS ['AGENT_LOADING'] = 'By Agent every 24 hours (by default)';
|
||||
$MESS ['LOAD_NOW'] = 'Export now';
|
||||
$MESS ['LOAD_NOW_MSG'] = 'The generation will start after you click "Finish installation".
|
||||
|
|
|
@ -14,8 +14,7 @@ $MESS ['CANCELED'] = 'Флаг «Отменен»';
|
|||
$MESS ['INFO_1'] = ' Задайте соответствие между справочниками 1C-Битрикс и справочниками RetailCRM.';
|
||||
$MESS ['LOAD_PERIOD'] = 'Выгружать каталог периодически';
|
||||
$MESS ['NOT_LOADING'] = 'Нет';
|
||||
$MESS ['CRON_LOADING'] = 'С помощью CRON каждые 24 часа';
|
||||
$MESS ['AGENT_LOADING'] = 'Агентом каждые 24 часа (по умолчанию)';
|
||||
$MESS ['AGENT_LOADING'] = 'Агентом каждые 24 часа';
|
||||
$MESS ['LOAD_NOW'] = 'Выгрузить сейчас';
|
||||
$MESS ['LOAD_NOW_MSG'] = 'Генерация начнется после нажатия "Завершить установку". Это может занять некоторое время';
|
||||
$MESS ['PROFILE_NAME'] = 'Имя профиля:';
|
||||
|
|
Loading…
Add table
Reference in a new issue