|
|
@@ -28,7 +28,7 @@
|
|
|
Descriptif
|
|
|
@if (Model.Acces == ModeAcces.Lecture)
|
|
|
{
|
|
|
- <span class="pull-right">
|
|
|
+ <span class="mask-ss pull-right">
|
|
|
@Html.ActionLink("Modifier", "Edit", "ActionsEdu", new { Id = actionEdu.Id }, new { @class = "btn btn-primary" })
|
|
|
@Html.ActionLink("Supprimer", "Delete", "ActionsEdu", new { Id = actionEdu.Id }, new { @class = "btn btn-default" })
|
|
|
</span>
|
|
|
@@ -72,18 +72,18 @@
|
|
|
|
|
|
<legend>
|
|
|
Acteurs
|
|
|
- <span class="pull-right">
|
|
|
+ <span class="mask-ss pull-right">
|
|
|
<a class="btn btn-primary" href="@Url.Action("Create", "ActionsEduActeurs", new { actionEdu_id = actionEdu.Id })">
|
|
|
<i class="fa fa-plus"></i> Ajouter un Acteur
|
|
|
</a>
|
|
|
</span>
|
|
|
</legend>
|
|
|
|
|
|
-<table class="table table-hover">
|
|
|
+<table class="table simple-datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>Acteur</th>
|
|
|
- <th>Rôle</th>
|
|
|
+ <th data-priority="1">Acteur</th>
|
|
|
+ <th data-priority="2">Rôle</th>
|
|
|
<th>Commentaire</th>
|
|
|
<th width="1px"></th> @*'width=1px' >> force the minimum width*@
|
|
|
<th width="1px"></th>
|
|
|
@@ -115,7 +115,7 @@
|
|
|
|
|
|
<legend>
|
|
|
Collège(s) concerné(s)
|
|
|
- <span class="pull-right">
|
|
|
+ <span class="mask-ss pull-right">
|
|
|
<a class="btn btn-primary" href="@Url.Action("Create", "ActionsEduCollege", new { actionEdu_id = actionEdu.Id })">
|
|
|
<i class="fa fa-plus"></i> Ajouter un Collège
|
|
|
</a>
|
|
|
@@ -125,9 +125,9 @@
|
|
|
<table class="table datatable">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>Collège</th>
|
|
|
+ <th data-priority="1">Collège</th>
|
|
|
<th>Commune</th>
|
|
|
- <th>Elèves concernés</th>
|
|
|
+ <th data-priority="2">Elèves concernés</th>
|
|
|
<th>Commentaire</th>
|
|
|
<th width="1px"></th> @*'width=1px' >> force the minimum width*@
|
|
|
<th width="1px"></th>
|