--- a/integration/edition.html Thu Jun 06 16:13:09 2013 +0200
+++ b/integration/edition.html Thu Jun 06 17:35:51 2013 +0200
@@ -555,7 +555,7 @@
<div data-id="{{id}}" id="" class="slider-duration"></div>
</div>
<div class="span6 text-right">
- <a class="btn btn-danger btn-delete btn-delete-annotation" data-id="{{id}}" data-no-render>
+ <a class="btn btn-danger btn-delete btn-delete-annotation" data-title="{{title}}" data-id="{{id}}" data-no-render>
<i class="icon-trash"></i> Delete
</a>
<a class="btn btn-primary btn-save-annotation" data-id="{{id}}">
@@ -722,7 +722,7 @@
<script id="tpl-diaporama-row" type="text/html">
<tr id="rid-{{ridid}}" class="row-image-diaporama">
- <td class="image-slideshow-row"><img data-url="{{url}}" src="{{url}}" alt=""> </td>
+ <td class="image-slideshow-row"><img data-url="{{url}}" src="{{url}}?width=60&height=60" alt=""> </td>
<td class="title-slideshow-row" data-input="input" data-name="title">
<span>{{title}}</span> <i class="icon-pencil"></i>
</td>