diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-08-18 06:16:37 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-08-18 06:16:37 +0200 |
commit | 4712f548702a1a7f9ad86360ebd1fa44356791a3 (patch) | |
tree | 1acc716fd123ab8a7077b39cdd31d43d7184c853 /themes/default/templates | |
parent | c1811f2887d9a888247ffb87b0b693ef1646dae0 (diff) | |
parent | 88e26f8f6bdc9dcb443759ec2781f343146bb889 (diff) |
fix conflict in phpfspot.class.php
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates')
-rw-r--r-- | themes/default/templates/single_photo.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index e8e326d..572bef7 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -49,6 +49,14 @@ {/section} <br /> { /if } + { if $has_versions } + <br /> + Versions:<br /> + <select onchange="update_photo_version(this, {$photo});"> + { photo_version_select_list photo=$photo current=$version } + </select> + <br /> + { /if } { if $tags } <br /> <u><img src="{$web_path}/resources/small_available_tags.png" alt="available tags" /> Tagged with:</u><br /> |