diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-20 08:49:36 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-20 08:49:36 +0100 |
commit | 6bab49d7bcc40cf1ca56b2ef93484a8a64f19f6c (patch) | |
tree | 4223bac568a982ce14e7ada0ae8a64f08a5bc997 /themes/default/templates | |
parent | 28fa997f064f52f6b1d420da9fb643db34508b38 (diff) |
issue104, when autobrowse is active, ensure pause icon is getting displayed
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index b9693c6..fb194a8 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -99,4 +99,10 @@ { /if} </div> </div> +<script type="text/javascript"> +<!-- + if(autobrowse && document.getElementById("autobrowse_ico")) + document.getElementById("autobrowse_ico").src = 'resources/32_pause.png'; +--> +</script> <!-- /Single photo --> |