another auto-browse function was using a 32x32 icon
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 25 May 2008 08:10:22 +0000 (10:10 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 25 May 2008 08:11:28 +0000 (10:11 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.js
themes/default/templates/single_photo.tpl

index 3421583e0c630e6a57cc1e461caf38bb8866c4b5..555e8ff47155eb9f49dd0aa971ac46a2fbb55633 100644 (file)
@@ -756,7 +756,7 @@ function startAutoBrowse()
    else {
       clearInterval(autobrowse);
       autobrowse = 0;
-      document.getElementById('autobrowse_ico').src = web_path + "/resources/32_play.png";
+      document.getElementById('autobrowse_ico').src = web_path + "/resources/16_play.png";
    }
 
 } // startAutoBrowser()
index 20b59f8d6c49f9a540e27e5742bb9797f0769672..e8e326dfc96a6b777a51e1e8e53446e5eca5312f 100644 (file)
 <script type="text/javascript">
 <!--
    if(autobrowse && document.getElementById("autobrowse_ico"))
-      document.getElementById("autobrowse_ico").src = '{$web_path}/resources/32_pause.png';
+      document.getElementById("autobrowse_ico").src = '{$web_path}/resources/16_pause.png';
 
    /* lets preload to previous and the next image to speedup */
    var image_next = new Image();