forkbb/app/templates/admin/maintenance.forkbb.php
Visman 34b465ab17 Update style and temlates
Add new classes and identifiers.
2021-02-02 19:40:57 +07:00

17 lines
478 B
PHP

@extends ('layouts/admin')
<section id="fork-mnt" class="f-admin">
<h2>{!! __('Maintenance head') !!}</h2>
<div class="f-fdiv">
@if ($form = $p->formMaintenance)
@include ('layouts/form')
@endif
</div>
</section>
<section id="fork-rbld" class="f-admin">
<h2>{!! __('Rebuild index head') !!}</h2>
<div class="f-fdiv">
@if ($form = $p->formRebuild)
@include ('layouts/form')
@endif
</div>
</section>