also display an little icon near the "pic is also listed in the following tags"
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 09:49:12 +0000 (09:49 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 30 Jun 2007 09:49:12 +0000 (09:49 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@144 fa6a889d-dae6-447d-9e79-4ba9a3039384

templates/single_photo.tpl

index aa9d6990ea37eba0d9202b9513257ff53635de81..ea1c1fbad3a4b4569adf1eeb179b9b14b727063e 100644 (file)
@@ -72,7 +72,7 @@
    <u>Size:</u>&nbsp;{$ExifFileSize}kbyte<br />
    { if $tags }
     <br />
-    <u>Tagged with:</u><br />
+    <u><img src="resources/small_available_tags.png" alt="available tags" />&nbsp;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 }