|
|
@@ -18,14 +18,14 @@
|
|
|
</p>
|
|
|
}
|
|
|
|
|
|
-<fieldset>
|
|
|
+<fieldset style="margin-bottom: 3em;">
|
|
|
<legend>
|
|
|
Descriptif
|
|
|
@if (Model.Acces == ModeAcces.Lecture)
|
|
|
{
|
|
|
<span class="pull-right">
|
|
|
- @Html.ActionLink("Supprimer", "Delete", "ActionsEdu", new { Id = actionEdu.Id }, new { @class = "btn btn-danger" })
|
|
|
- @Html.ActionLink("Modifier", "Edit", "ActionsEdu", new { Id = actionEdu.Id }, new { @class = "btn btn-default" })
|
|
|
+ @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>
|
|
|
}
|
|
|
</legend>
|
|
|
@@ -67,11 +67,12 @@
|
|
|
|
|
|
@if (Model.Acces == ModeAcces.Lecture)
|
|
|
{
|
|
|
+
|
|
|
<legend>
|
|
|
Acteurs
|
|
|
<span class="pull-right">
|
|
|
- <a class="btn btn-default" href="@Url.Action("Create", "ActionsEduActeurs", new { actionEdu_id = actionEdu.Id })">
|
|
|
- <i class="fa fa-plus"></i> Ajouter
|
|
|
+ <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>
|
|
|
@@ -96,11 +97,13 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
|
|
+ <br/> <br/>
|
|
|
+
|
|
|
<legend>
|
|
|
Collège(s) concerné(s)
|
|
|
<span class="pull-right">
|
|
|
- <a class="btn btn-default" href="@Url.Action("Create", "ActionsEduCollege", new { actionEdu_id = actionEdu.Id })">
|
|
|
- <i class="fa fa-plus"></i> Ajouter
|
|
|
+ <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>
|
|
|
</span>
|
|
|
</legend>
|