mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
Ajout de la modification des event_type
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
<a class="btn btn-primary btn-fab btn-fab-mini btn-round text-white" onclick="addLevel()">
|
||||
<i class="material-icons">add</i>
|
||||
</a>
|
||||
<a class="btn btn-primary btn-fab btn-fab-mini btn-round text-white" onclick="removeLevel()">
|
||||
<i class="material-icons">remove</i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@foreach($eventType->schedule_model['periodes'] as $periode)
|
||||
@@ -27,5 +30,8 @@
|
||||
<a class="btn btn-primary btn-fab btn-fab-mini btn-round text-white" onclick="addPeriode()">
|
||||
<i class="material-icons">add</i>
|
||||
</a>
|
||||
<a class="btn btn-primary btn-fab btn-fab-mini btn-round text-white" onclick="removePeriode()">
|
||||
<i class="material-icons">remove</i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user