integration/edition.html
changeset 55 cedadc7d039a
parent 53 7d20d7fd0f76
child 58 9e14b6f964fe
--- a/integration/edition.html	Tue May 28 16:42:55 2013 +0200
+++ b/integration/edition.html	Tue May 28 17:42:15 2013 +0200
@@ -122,12 +122,12 @@
 								<table class="table">
 									<thead>
 										<tr>
-											<th>Titre</th>
-											<th>Tags</th>
-											<th>Début</th>
-											<th>Durée</th>
-											<th>Fin</th>
-											<th>Actions</th>
+											<th width="100px">Titre</th>
+											<th width="100px">Tags</th>
+											<th width="100px">Début</th>
+											<th width="100px">Durée</th>
+											<th width="100px">Fin</th>
+											<th width="100px">Actions</th>
 										</tr>
 									</thead>
 									<tbody class="list-chapter-rows-wrap">
@@ -504,7 +504,9 @@
 		<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
 			<h3><i class="icon-warning-sign"></i> Confirmation de la suppression</h3>
 		</div>
-		<div class="modal-body"></div>
+		<div class="modal-body">
+			<p>Êtes-vous sûr de vouloir supprimer <strong class="titleMedia"></strong> ?</p>
+		</div>
 		<div class="modal-footer">
 			<button class="btn" data-dismiss="modal" aria-hidden="true">Annuler</button>
 			<button id="btn-delete-modal" class="btn btn-primary">Supprimer</button>