xxxxxxxxxx
1
<ul class="stepper horizontal horizontal-fix linear">
2
<li class="step">
3
<div class="step-title waves-effect waves-dark">O. prescripteurs</div>
4
<div class="step-new-content">
5
<h4 class="text-primary mb-5"><i class="fal fa-building mr-2"></i>Sélectionnez le ou les organismes prescripteurs associés</h4>
6
<table class="table table-striped table-bordered table-sm btn-table dataTables" cellspacing="0" width="100%">
7
<thead>
8
<tr><th class="th-sm">Organismes prescripteurs</th></tr>
9
</thead>
10
<tbody>
11
<tr>
12
<td>
13
<div class="form-check">
14
<input type="checkbox" class="form-check-input" id="op-{{ op.id }}" name="op[]">
15
<label class="form-check-label" for="op-{{ op.id }}">test</label>
16
</div>
17
</td>
18
</tr>
19
<tr>
20
<td>
21
<div class="form-check">
22
<input type="checkbox" class="form-check-input" id="op-{{ op.id }}" name="op[]">
23
<label class="form-check-label" for="op-{{ op.id }}">test</label>
24
</div>
25
</td>
26
</tr>
27
<tr>
28
<td>
29
<div class="form-check">
30
<input type="checkbox" class="form-check-input" id="op-{{ op.id }}" name="op[]">
31
<label class="form-check-label" for="op-{{ op.id }}">test</label>
32
</div>
33
</td>
34
</tr>
35
<tr>
36
<td>
37
<div class="form-check">
38
<input type="checkbox" class="form-check-input" id="op-{{ op.id }}" name="op[]">
39
<label class="form-check-label" for="op-{{ op.id }}">test</label>
40
</div>
41
</td>
42
</tr>
43
<tr>
44
<td>
45
<div class="form-check">
46
<input type="checkbox" class="form-check-input" id="op-{{ op.id }}" name="op[]">
47
<label class="form-check-label" for="op-{{ op.id }}">test</label>
48
</div>
49
</td>
50
</tr>
51
</tbody>
52
</table>
53
<div class="step-actions">
54
<button type="button" class="btn btn-primary btn-rounded mr-0 next-step">Etape suivante<i class="fal fa-arrow-alt-right ml-2"></i></button>
55
<button type="button" class="btn btn-blue-grey btn-rounded mr-0 previous-step"><i class="fal fa-arrow-alt-left mr-2"></i>Etape précédente</button>
56
</div>
57
</div>
58
</li>
59
</ul>
1
1
xxxxxxxxxx
1
$('.stepper').mdbStepper();
Console errors: 0