summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:31:54 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-06 09:31:54 +0100
commit248141f2861881843e972c6f5f8a9ad4f71b06ef (patch)
tree6e449e2d994974ed2ef56e5a75f54464d8f1e301 /themes/default
parente90667ee43cd743d3ab5b41ab4782b9e08dd0d6e (diff)
issue93, jump to next/prev photo with cursor keys
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/single_photo.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 4e1a44e..c87118a 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -48,7 +48,7 @@
<hr>
{ if $prev_img }
<u><img src="resources/photo.png" alt="photo icon" />&nbsp;Previous:</u><br />
- <a href="{$previous_url}" onclick="click(this);">
+ <a href="{$previous_url}" onclick="click(this);" id="prev_link">
<img src="phpfspot_img.php?idx={$prev_img}&amp;width={$mini_width}" /><br />
</a>
{ /if}