projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ae810
)
also display an little icon near the "pic is also listed in the following tags"
author
Andreas Unterkircher
<unki@netshadow.at>
Sat, 30 Jun 2007 09:49:12 +0000
(09:49 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/templates/single_photo.tpl
b/templates/single_photo.tpl
index aa9d6990ea37eba0d9202b9513257ff53635de81..ea1c1fbad3a4b4569adf1eeb179b9b14b727063e 100644
(file)
--- 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 }