# HG changeset patch # User cavaliet # Date 1369664682 -7200 # Node ID e01c18ee5de74ff7129088f1fbff4787b9b574a9 # Parent 3b438962ad57ef109e81d0748a9c507ac7dc11a7# Parent 95e64fb6730fb0251a08a19f6bcbffa3e27371b1 Merge with 95e64fb6730fb0251a08a19f6bcbffa3e27371b1 diff -r 3b438962ad57 -r e01c18ee5de7 integration/css/style.css --- a/integration/css/style.css Mon May 27 16:09:11 2013 +0200 +++ b/integration/css/style.css Mon May 27 16:24:42 2013 +0200 @@ -22,6 +22,7 @@ .tab-behavior{text-align: center;} .tab-behavior li{display: inline-block; float: none;} td ul{margin-bottom: 0;} +.bibliotheque-image .span2:nth-child(4n+1){clear: left;} .modal.popup{width: 970px; margin-left: -485px; height: 80%;} .popup .modal-body{max-height: none; background-color: #fff; height: 80%;} .previsualisation img{max-height: 400px;} diff -r 3b438962ad57 -r e01c18ee5de7 integration/edition.html --- a/integration/edition.html Mon May 27 16:09:11 2013 +0200 +++ b/integration/edition.html Mon May 27 16:24:42 2013 +0200 @@ -171,11 +171,11 @@
Êtes-vous sûr de vouloir supprimer '+titleMedia+' ?
'), - eltDelete = $(this).attr('href'); - $("#modal-confirm #btn-delete-modal").attr('data-id-elt-delete', eltDelete).focus(); + urlDelete = $(this).attr('href'); + $("#modal-confirm #btn-delete-modal").attr('href', urlDelete).focus(); $("#modal-confirm .modal-body").empty().append(textModal); $("#modal-confirm").modal('show'); }); @@ -54,10 +54,7 @@ }); $("#modal-confirm").on('click', '#btn-delete-modal', function(e){ - e.preventDefault(); - var idEltDelete = $(this).attr('data-id-elt-delete'); - $(idEltDelete).remove(); - $("#modal-confirm").modal('hide'); + }); }); \ No newline at end of file diff -r 3b438962ad57 -r e01c18ee5de7 integration/js/edition.js --- a/integration/js/edition.js Mon May 27 16:09:11 2013 +0200 +++ b/integration/js/edition.js Mon May 27 16:24:42 2013 +0200 @@ -386,6 +386,7 @@ annotation.type = dataAnnotation.type; annotation.color = global.colors[(global.colorsIndex
+
+
+
+
+
-
-
-
-