<%= t('space.recording.other') %> <%=image_tag("icons/help.png",:title=>"",:size=>"16x16",:class=>"tooltip_space_video icon",:style=>"cursor:pointer")%> <% if @space.events.length > 1 %> <% end %>

<%= render :partial => 'agendas/video_filter' %>
<%space.videos.each do |entry| %>
" id="video_preview<%=entry.id.to_s%>">
<%if entry.thumbnail.present? %> <%=link_to_function image_tag(entry.thumbnail, :alt => t('agenda.entry.video')),'request_video_in_recordings('+entry.id.to_s+')', :class=>"entry_video_link" %> <%else %> <%=link_to_function image_tag("default_background.jpg", :alt => t('agenda.entry.video')),'request_video_in_recordings('+entry.id.to_s+')', :class=>"entry_video_link" %> <%end %>
<%= entry.event.name%> <%=link_to truncate(entry.title, 32) ,space_video_path(@space, entry ), :class=>"entry_video_link" %> <%=entry_speakers(entry) %>
<%end %>