diff -r 839efd6eddf1 -r 679809037606 integration/js/editor.js --- a/integration/js/editor.js Wed Dec 05 15:39:12 2012 +0100 +++ b/integration/js/editor.js Thu Dec 06 12:38:34 2012 +0100 @@ -19,8 +19,8 @@ segmenttemplate = _.template( '
<%= annotation.title %>
<%= annotation.begin.toString() %> - <%= annotation.end.toString() %> (<%= annotation.getDuration().toString() %>)
' + + '<%= annotation.getMedia().title %>
<%= annotation.begin.toString() %> - <%= annotation.end.toString() %> (<%= annotation.getDuration().toString() %>)
' + '<%= annotation.description %>
<% if (annotation.keywords.length) { console.log(annotation.keywords); print("" + gettext("Tags:") + " " + annotation.keywords.join(", ") + "
"); } %>' + + '<%= gettext("Clone segment") %>' + '<%= gettext("From:") %> <%= annotation.begin.toString() %> <%= gettext("to:") %> <%= annotation.end.toString() %> (<%= gettext("duration:") %> <%= annotation.getDuration().toString() %>)
' + '<%= description %>
<% if (tags) { print("" + gettext("Tags:") + " " + tags + "
"); } %>' + + '<%= gettext("Clone segment") %>' + '