diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 19:01:36 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-10 19:01:36 +0000 |
commit | 105d5d130c7ff1f49752890f01c32d1acc18eba5 (patch) | |
tree | 742cf447dc22c3c6151202aad7a489164a3482b6 /templates | |
parent | 1697d21b17f9af2692343e7aa1b36629ae9ea147 (diff) |
issue29, when the mouse keeps staying over the link, show also the full photo name
git-svn-id: file:///var/lib/svn/phpfspot/trunk@188 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 774e142..2aa4fd4 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -41,7 +41,7 @@ <td class="thumb"> {if $images[row][col] } <div id="inner" onmouseover="setBackGrdColor(this, 'mouseover');" onmouseout="setBackGrdColor(this, 'mouseout');"> - <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" name="image{$img_id[row][col]}" class="thumblink" onclick="click(this);"> + <a href="javascript:showImage({$images[row][col]});" id="{$images[row][col]}" name="image{$img_id[row][col]}" class="thumblink" onclick="click(this);" title="{$img_title[row][col]}"> <img class="thumb" id="{$images[row][col]}" src="phpfspot_img.php?idx={$images[row][col]}&width={$width}" alt="thumb_{$images[row][col]}" width="{$img_width[row][col]}" height="{$img_height[row][col]}" /> <br /> {$img_name[row][col]} |