mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
3.2.3
This commit is contained in:
@@ -4,23 +4,6 @@
|
||||
$scheduleWarning = \App\Schedule::checkForWarning();
|
||||
$id_warning = 1;
|
||||
@endphp
|
||||
|
||||
@if (\App\Config::getData('is_schedule_public') == null)
|
||||
@if (\Auth::User()->getPerm('schedule_edit'))
|
||||
<div class="alert alert-danger" role="alert">
|
||||
Attention ! L'horaire n'est présentement pas visible par le publique ! <a href="/admin/config#schedule_public">Cliquer ici pour accéder aux options</a>
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if (\App\Config::getData('is_schedule_build') == null)
|
||||
@if (\Auth::User()->getPerm('schedule_edit'))
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Attention ! L'horaire n'est pas marqué comme complet, les utilisateurs ne receverons pas de notification concernant l'horaire <a href="/admin/config#schedule_build">Cliquer ici pour accéder aux options</a>
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
<!-- Notification -->
|
||||
@if (session('status'))
|
||||
<div class="alert alert-info" role="alert">
|
||||
|
||||
Reference in New Issue
Block a user