diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-08-15 13:19:23 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-08-18 06:14:49 +0200 |
commit | 6198d8ac0ce0623ebb56dba2fed19e4e759682c0 (patch) | |
tree | 0145aa8cb373333cad496dec1da86c8275ccc819 /themes | |
parent | 936c19d107653fdc77943782e54aafe07c6585b5 (diff) |
support for F-Spot photo versioning, refs #67
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes')
-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 /> |