2021-09-02 16:34:25 +00:00
|
|
|
<?= $this->extend('_layout') ?>
|
2020-10-08 16:38:30 +00:00
|
|
|
|
|
|
|
<?= $this->section('content') ?>
|
|
|
|
|
2021-04-02 17:20:02 +00:00
|
|
|
<h1 class="mb-2 text-xl font-bold font-display"><?= lang(
|
|
|
|
'Install.manual_config',
|
|
|
|
) ?></h1>
|
2020-10-08 16:38:30 +00:00
|
|
|
<div class="inline-flex items-baseline max-w-2xl px-4 py-2 mb-4 font-semibold text-red-900 bg-red-200 border border-red-700">
|
2024-04-26 17:57:25 +00:00
|
|
|
<?= icon('alert-fill', [
|
|
|
|
'class' => 'mr-2 flex-shrink-0',
|
|
|
|
]) . lang('Install.messages.writeError') ?>
|
2020-10-08 16:38:30 +00:00
|
|
|
</div>
|
2021-11-05 14:36:34 +00:00
|
|
|
<p class="mb-4 font-semibold text-skin-muted"><?= lang(
|
2021-04-02 17:20:02 +00:00
|
|
|
'Install.manual_config_subtitle',
|
2020-10-08 16:38:30 +00:00
|
|
|
) ?></p>
|
|
|
|
|
|
|
|
<?= $this->endSection()
|
|
|
|
?>
|