issue106, set link-id for prev- and next-link in photo index view
[phpfspot.git] / themes / default / templates / photo_index.tpl
index dff6ab1d15e54489940e0b798698bbac2f4aa51b..ae0c62cc1a69bb99fd3b1920babdb9aba8b2f208 100644 (file)
@@ -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 }