mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Wording for scheduled options (#6138)
This commit is contained in:
parent
24c80edb51
commit
32d3c3434b
@ -17,7 +17,7 @@ use humhub\widgets\ModalDialog;
|
||||
/* @var ScheduleOptionsForm $scheduleOptions */
|
||||
/* @var bool $disableInputs */
|
||||
?>
|
||||
<?php ModalDialog::begin(['header' => Yii::t('ContentModule.base', '<strong>Scheduling </strong> Options')]) ?>
|
||||
<?php ModalDialog::begin(['header' => Yii::t('ContentModule.base', '<strong>Scheduling</strong> Options')]) ?>
|
||||
|
||||
<?php $form = ActiveForm::begin() ?>
|
||||
<?= Html::hiddenInput('state', Content::STATE_SCHEDULED) ?>
|
||||
@ -37,6 +37,9 @@ use humhub\widgets\ModalDialog;
|
||||
->widget(TimePicker::class, ['disabled' => $disableInputs])
|
||||
->label(false) ?>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<p class="help-block"><?= Yii::t('ContentModule.base', 'Note: Due to technical reasons there may be a delay of a few minutes.') ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user