Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
{ if $previous_url == "" }
<img src="resources/arrow_left_gray.png" alt="first photo reached" />
{ else }
- <a href="{$previous_url}" onclick="click(this);" title="click for the previous photo">
+ <a href="{$previous_url}" onclick="click(this);" title="click for the previous photo (left cursor)">
<img src="resources/arrow_left.png" alt="previous photo" />
</a>
{ /if }
{ if $next_url == "" }
<img src="resources/arrow_right_gray.png" alt="last photo reached" />
{ else }
- <a href="{$next_url}" onclick="click(this);" title="click for the next photo">
+ <a href="{$next_url}" onclick="click(this);" title="click for the next photo (right cursor)">
<img src="resources/arrow_right.png" alt="next photo" />
</a>
{ /if}