# HG changeset patch # User durandn # Date 1437575694 -7200 # Node ID 55612a0cb0096692040dff1bc7e5c679d4533dde # Parent 03796d1f704ca50262563eaa12ddb396f9493cb3 Updated iframe to use new widget options diff -r 03796d1f704c -r 55612a0cb009 server/src/remie/templates/remie/iframe.html --- a/server/src/remie/templates/remie/iframe.html Wed Jul 22 16:34:04 2015 +0200 +++ b/server/src/remie/templates/remie/iframe.html Wed Jul 22 16:34:54 2015 +0200 @@ -3,11 +3,6 @@ Test -
@@ -79,13 +74,14 @@ annotation_type: "découpage", line_height: 24, overlap: 1, + no_tooltip: true },{ type: "AnnotationsController", container: "AnnotationsController_container", display_or_write: true, starts_hidden: true, hide_without_segment: true, - segments_annotation_type: "découpage" + segments_annotation_type: "découpage", },{ type: "CreateAnnotation", container: "CreateAnnotation_container", @@ -117,7 +113,8 @@ close_after_send: true, tag_prefix: "#", // Change id to a given project id - project_id: "{{project_id}}" + project_id: "{{project_id}}", + pause_when_displaying: true, },{ type: "AnnotationsList", container: "AnnotationsList_container", @@ -146,7 +143,8 @@ type: "CurrentSegmentInfobox", annotation_type: "découpage", container: "CurrentSegmentInfobox_container", - empty_message: "Clique sur un segment pour ouvrir le chapitre" + empty_message: "Clique sur un segment pour ouvrir le chapitre", + pause_on_segment_end: true } ]