diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 09:49:12 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 09:49:12 +0000 |
commit | 7b0e0e56666b6755665b76a4c525a1269e4bc0d1 (patch) | |
tree | caeb7005ba6c4521833622690452ea1926f52cd5 | |
parent | 53ae810ac8348ece3066031566e7b32d3ecef5f9 (diff) |
also display an little icon near the "pic is also listed in the following tags"
git-svn-id: file:///var/lib/svn/phpfspot/trunk@144 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | templates/single_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/single_photo.tpl b/templates/single_photo.tpl index aa9d699..ea1c1fb 100644 --- a/templates/single_photo.tpl +++ b/templates/single_photo.tpl @@ -72,7 +72,7 @@ <u>Size:</u> {$ExifFileSize}kbyte<br /> { if $tags } <br /> - <u>Tagged with:</u><br /> + <u><img src="resources/small_available_tags.png" alt="available tags" /> Tagged with:</u><br /> { foreach from=$tags key=id item=name } <a class="smalltag" href="javascript:Tags('add', '{$id}');" onclick="click(this);">{$name}</a><br /> { /foreach } |