diff options
author | patdenice <patdenice@piwigo.org> | 2010-04-03 21:49:41 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-04-03 21:49:41 +0000 |
commit | 389072590498db66414ce8b1aba1ec5e5e0cd439 (patch) | |
tree | 876df94736e729eb793352b2c048ef915f032d8d /admin/themes/default | |
parent | 23e4dd37dbf6d437177bca740b25db56b5e68da0 (diff) |
Feature 1533: Add download button to display configuration.
git-svn-id: http://piwigo.org/svn/trunk@5618 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index fbe5380fa..4db63e05c 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -274,6 +274,13 @@ <li> <label> + <span class="property">{'download this file'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span> + <input type="checkbox" name="picture_download_icon" {if ($display.picture_download_icon)}checked="checked"{/if}> + </label> + </li> + + <li> + <label> <span class="property">{'add this image to your favorites'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')}</span> <input type="checkbox" name="picture_favorite_icon" {if ($display.picture_favorite_icon)}checked="checked"{/if}> </label> |