summaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-20 16:52:59 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-20 16:52:59 +0100
commit7e6df6ed675904f2a5a208cb23d771fee43f0bb6 (patch)
tree1f1399d615dab91881d5fb45fa607ee28bf2f285 /themes/default
parentaf297e166b77efb1746f1d396b404102e0f89e15 (diff)
parentc0c134e5d232d5ec11e367b053972d87a0402216 (diff)
Merge branch 'devel'
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/templates/photo_index.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index dff6ab1..ae0c62c 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -71,7 +71,7 @@
<img src="resources/arrow_right_gray.png" alt="last page reached" />
{ /if }
{ else }
- <a href="{$next_url}">
+ <a href="{$next_url}" id="next_link" title="click for the next page (right cursor)">
<img src="resources/arrow_right.png" alt="next photo" />
</a>
{ /if}
@@ -84,7 +84,7 @@
<img src="resources/arrow_left_gray.png" alt="first page reached" />
{ /if }
{ else }
- <a href="{$previous_url}">
+ <a href="{$previous_url}" id="prev_link" title="click for the previous page (left cursor)">
<img src="resources/arrow_left.png" alt="previous photo" />
</a>
{ /if }