diff --git a/plugins/fedora_imageapi.info b/plugins/fedora_imageapi.info index cbd6b2ae..8f2ea90b 100644 --- a/plugins/fedora_imageapi.info +++ b/plugins/fedora_imageapi.info @@ -3,5 +3,7 @@ description = Adds image manipulation support through a REST interface package = Islandora Dependencies dependencies[] = fedora_repository dependencies[] = imageapi + version = 6.x-dev + core = 6.x diff --git a/plugins/qt_viewer.inc b/plugins/qt_viewer.inc index 74f34a3e..d02b7a6d 100644 --- a/plugins/qt_viewer.inc +++ b/plugins/qt_viewer.inc @@ -151,7 +151,7 @@ class ShowQtStreamsInFieldSets { 'poster' => array( '#type' => 'markup', '#value' => theme('image', "fedora/repository/{$this->pid}/{$pframe->ID}/poster.jpg", '', '', NULL, FALSE) - ) + ), 'play' => array( '#type' => 'markup', '#prefix' => '
', @@ -167,7 +167,7 @@ class ShowQtStreamsInFieldSets { '#value' => l(t('Download Media File'), "fedora/repository/{$this->pid}/OBJ/MOV.mov", array('attributes' => array('class' => 'download'))), ); } - $src = url("fedora/repository/{$this->pid}/{$media->ID}/MOV.mov"; + $src = url("fedora/repository/{$this->pid}/{$media->ID}/MOV.mov"); $qtparams = "'autostart', '" . ($pframe !== FALSE ? 'TRUE' : 'FALSE') . "', "; $init = <<