diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-03-30 00:20:29 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-03-30 00:20:29 -0400 |
| commit | bb4432daf371973ed987cfb81e6e4942dc680fb8 (patch) | |
| tree | 691ac826f2e9dfc495970a89109bca9abe92f8ec /templates | |
| parent | c918ad7d41664876c8e625a5cba44f8e12421292 (diff) | |
| download | fisheye-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.tpl | 2 |
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}&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}&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> |
