Description: Disable slideshow elements.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/ansel-3.0.10/templates/widgets/actions.html.php
+++ b/ansel-3.0.10/templates/widgets/actions.html.php
@@ -2,7 +2,7 @@
 <?php echo $this->render('begin'); ?>
     <ul style="list-style-type:none;">
     <?php if (!empty($this->slideshow_url)): ?>
-      <li><?php echo $this->slideshow_url->link(array('class' => 'widget')) . Horde::img('slideshow_play.png', _("Start Slideshow")) . ' ' . _("Start Slideshow") ?></a></li>
+      <!--li><?php echo $this->slideshow_url->link(array('class' => 'widget')) . Horde::img('slideshow_play.png', _("Start Slideshow")) . ' ' . _("Start Slideshow") ?></a></li-->
     <?php endif; ?>
     <?php if (!empty($this->uploadurl_link)): ?>
       <li><?php echo $this->uploadurl_link . Horde::img('add.png') . ' ' . _("Upload photos")?> </a></li>
--- a/ansel-3.0.10/templates/view/slideshow.html.php
+++ b/ansel-3.0.10/templates/view/slideshow.html.php
@@ -22,7 +22,7 @@
 
     <!-- Upper Slide Controlls -->
     <div class="slideControls">
-      <?php echo $this->contentTag('a', Horde::img('slideshow_play.png', _("Play")), array('id' => 'ssPlay', 'style' => 'display:none;', 'title' => _("Start Slideshow"))); ?>
+      <!--?php echo $this->contentTag('a', Horde::img('slideshow_play.png', _("Play")), array('id' => 'ssPlay', 'style' => 'display:none;', 'title' => _("Start Slideshow"))); ?-->
       <?php echo $this->contentTag('a', Horde::img('slideshow_pause.png', _("Pause")), array('id' => 'ssPause' , 'title' => _("Pause Slideshow"))); ?>
       <?php echo $this->contentTag('a', Horde::img('slideshow_prev.png', _("Previous")), array('id' => 'PrevLink', 'title' => _("Previous"))); ?>
       <?php echo $this->contentTag('a', Horde::img('slideshow_next.png', _("Next")), array('id' => 'NextLink', 'title' => _("Next"))); ?>
--- a/ansel-3.0.10/templates/view/image.html.php
+++ b/ansel-3.0.10/templates/view/image.html.php
@@ -29,7 +29,7 @@
     <div class="slideControls">
       <?php echo Horde::fullSrcImg('loading.gif', array('attr' => 'class="imgloading"'));?>
       <?php if (empty($this->hide_slideshow)): ?>
-        <?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_play.png', array('attr' => 'alt="' .  _("Play") . '"')), array('style' => "display:none;", 'href' => $this->urls['slideshow'], 'class' => 'ssPlay', 'title' => _("Start Slideshow"))) ?>
+        <!--?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_play.png', array('attr' => 'alt="' .  _("Play") . '"')), array('style' => "display:none;", 'href' => $this->urls['slideshow'], 'class' => 'ssPlay', 'title' => _("Start Slideshow"))) ?-->
       <?php endif; ?>
       <?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_prev.png', array('attr' => 'alt="' . _("Previous") . '"')), array('id' => 'PrevLink', 'href' => $this->prev_url));
         echo $this->contentTag('a', Horde::fullSrcImg('slideshow_next.png', array('attr' => 'alt="' . _("Next") . '"')), array('id' => 'NextLink', 'href' => $this->next_url));
@@ -54,7 +54,7 @@
     <div class="slideControls">
       <?php echo Horde::fullSrcImg('loading.gif', array('attr' => 'class="imgloading"'));?>
       <?php if (empty($this->hide_slideshow)): ?>
-        <?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_play.png', array('attr' => 'alt="' .  _("Play") . '"')), array('style' => "display:none;", 'href' => $this->urls['slideshow'], 'class' => 'ssPlay', 'title' => _("Start Slideshow"))) ?>
+        <!--?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_play.png', array('attr' => 'alt="' .  _("Play") . '"')), array('style' => "display:none;", 'href' => $this->urls['slideshow'], 'class' => 'ssPlay', 'title' => _("Start Slideshow"))) ?-->
       <?php endif; ?>
       <?php echo $this->contentTag('a', Horde::fullSrcImg('slideshow_prev.png', array('attr' => 'alt="' . _("Previous") . '"')), array('href' => $this->prev_url));
         echo $this->contentTag('a', Horde::fullSrcImg('slideshow_next.png', array('attr' => 'alt="' . _("Next") . '"')), array('href' => $this->next_url));
