aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/picture_modify.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-07-18 23:08:31 +0200
committerplegall <plg@piwigo.org>2016-07-18 23:08:31 +0200
commit80f552389267d97d667259b030bbcc1a2a29b7d3 (patch)
tree17b378cf91be4ac1990b86e73d2e8573370dc007 /admin/themes/default/template/picture_modify.tpl
parente47568b087902cd98accfdbe1cf7b59007b950f9 (diff)
fixes #469, add download link on photo edit/admin page
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/picture_modify.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl
index 71b3d2ba4..4a66cafe4 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -73,6 +73,7 @@ jQuery("a.preview-box").colorbox({
{if isset($U_JUMPTO) }
<li><a class="icon-eye" href="{$U_JUMPTO}">{'jump to photo'|@translate} →</a></li>
{/if}
+ <li><a class="icon-download" href="{$U_DOWNLOAD}">{'Download'|translate}</a></li>
{if !url_is_remote($PATH)}
<li><a class="icon-arrows-cw" href="{$U_SYNC}">{'Synchronize metadata'|@translate}</a></li>