Corrected max-height config missing from AnnotationsList in views using the widget
authordurandn
Mon, 12 Oct 2015 11:46:23 +0200
changeset 174 69fb08fbc4b1
parent 173 2792df95f7c6
child 175 21c941c07e7c
Corrected max-height config missing from AnnotationsList in views using the widget
server/src/remie/templates/remie/iframe_segments_group.html
server/src/remie/templates/remie/iframe_segments_preview.html
server/src/remie/templates/remie/iframe_segments_single.html
server/src/remie/templates/remie/iframe_teacher.html
--- a/server/src/remie/templates/remie/iframe_segments_group.html	Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_group.html	Mon Oct 12 11:46:23 2015 +0200
@@ -153,7 +153,8 @@
                     display_string = params.first_name.charAt(0)+". "+params.last_name
                 }
                 return display_string;
-            }
+            },
+            widget_max_height: 350
         },{
             type: "LatestAnnotation",
             annotation_type: "user_",
--- a/server/src/remie/templates/remie/iframe_segments_preview.html	Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_preview.html	Mon Oct 12 11:46:23 2015 +0200
@@ -151,7 +151,8 @@
                     display_string = params.first_name.charAt(0)+". "+params.last_name
                 }
                 return display_string;
-            }
+            },
+            widget_max_height: 350
         },{
             type: "LatestAnnotation",
             annotation_type: "user_",
--- a/server/src/remie/templates/remie/iframe_segments_single.html	Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_segments_single.html	Mon Oct 12 11:46:23 2015 +0200
@@ -148,7 +148,8 @@
                     display_string = params.first_name.charAt(0)+". "+params.last_name
                 }
                 return display_string;
-            }
+            },
+            widget_max_height: 350
         },{
             type: "LatestAnnotation",
             annotation_type: "user_{% if not group_mode %}{{current_user}}{% endif %}",
--- a/server/src/remie/templates/remie/iframe_teacher.html	Tue Oct 06 16:49:15 2015 +0200
+++ b/server/src/remie/templates/remie/iframe_teacher.html	Mon Oct 12 11:46:23 2015 +0200
@@ -152,6 +152,7 @@
                 }
                 return display_string;
             },
+            widget_max_height: 350
         },{
             type: "LatestAnnotation",
             annotation_type: "user_",