Ajout de la modification des event_type

This commit is contained in:
George Frederick "Buzz" Beurling
2020-04-16 18:32:02 -04:00
parent 4b659c5db1
commit f104c1b61b
14 changed files with 797 additions and 65 deletions

View File

@@ -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>