diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 07:02:58 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-22 07:02:58 +0000 |
commit | 168f6243a42314347bf385c9f79ccf0fdd7729c2 (patch) | |
tree | 9761053ba6e0a40bde1672c181eb0efe42126acf /themes/default | |
parent | 75a329ec022ef21019afb17aecf776a10083e0cb (diff) |
issue56, play and pause of autobrowsing is now possible
git-svn-id: file:///var/lib/svn/phpfspot/trunk@238 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index bb8c917..0965b07 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -16,7 +16,7 @@ {/if} </td> <td class="index_header" style="text-align: right;"> - <a href="javascript:autoBrowse();"><img src="resources/slideshow.png" /></a> + <a href="javascript:startAutoBrowse();" title="auto browsing"><img id="autobrowse_ico" src="resources/32_play.png" /></a> {if $extern_link } <a href="{$extern_link}" title="Use this link to return to the current view"><img src="resources/link.png" /></a> {/if} |