summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspider@dev <spiderr@bitweaver.org>2017-03-30 00:20:29 -0400
committerspider@dev <spiderr@bitweaver.org>2017-03-30 00:20:29 -0400
commitbb4432daf371973ed987cfb81e6e4942dc680fb8 (patch)
tree691ac826f2e9dfc495970a89109bca9abe92f8ec /templates
parentc918ad7d41664876c8e625a5cba44f8e12421292 (diff)
downloadfisheye-bb4432daf371973ed987cfb81e6e4942dc680fb8.tar.gz
fisheye-bb4432daf371973ed987cfb81e6e4942dc680fb8.tar.bz2
fisheye-bb4432daf371973ed987cfb81e6e4942dc680fb8.zip
change download icon to cloud download
Diffstat (limited to 'templates')
-rw-r--r--templates/gallery_icons_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gallery_icons_inc.tpl b/templates/gallery_icons_inc.tpl
index ba60eff..9cc6ed8 100644
--- a/templates/gallery_icons_inc.tpl
+++ b/templates/gallery_icons_inc.tpl
@@ -1,7 +1,7 @@
<div class="floaticon">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo}
{if $gContent->hasUserPermission( 'p_fisheye_download_gallery_arc' ) }
- <a title="{tr}Download Gallery{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}view.php?gallery_id={$gContent->mGalleryId}&amp;download=1">{booticon iname="icon-arrow-down" iexplain="Download Gallery"}</a>
+ <a title="{tr}Download Gallery{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}view.php?gallery_id={$gContent->mGalleryId}&amp;download=1">{booticon iname="icon-cloud-download" iexplain="Download Gallery"}</a>
{/if}
{if $gContent->hasUpdatePermission()}
<a title="{tr}Edit{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}edit.php?gallery_id={$gContent->mGalleryId}">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit"}</a>