summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-08-16 12:03:38 -0400
committerspiderr <spiderr@bitweaver.org>2022-08-16 12:03:38 -0400
commit7e120a7e5add11463e83b1d72fef16f2b9cd46a4 (patch)
tree8a0d8f365a7d75c3040bc4df236640a6d74e9555 /templates
parent59ce2c079f637649a8e6024437c07c32c6d339d4 (diff)
downloadfisheye-7e120a7e5add11463e83b1d72fef16f2b9cd46a4.tar.gz
fisheye-7e120a7e5add11463e83b1d72fef16f2b9cd46a4.tar.bz2
fisheye-7e120a7e5add11463e83b1d72fef16f2b9cd46a4.zip
fix gallery icons
Diffstat (limited to 'templates')
-rw-r--r--templates/gallery_icons_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gallery_icons_inc.tpl b/templates/gallery_icons_inc.tpl
index aa08b8d..9a2c5db 100644
--- a/templates/gallery_icons_inc.tpl
+++ b/templates/gallery_icons_inc.tpl
@@ -1,14 +1,14 @@
<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="fa-cloud-down-arrow" 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="fa-cloud-arrow-down" 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="fa-pen-to-square" ipackage="icons" iexplain="Edit"}</a>
<a title="{tr}Image Order{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}image_order.php?gallery_id={$gContent->mGalleryId}">{booticon iname="fa-sort" iexplain="Image Order"}</a>
{/if}
{if $gContent->hasUpdatePermission() || $gContent->getPreference('is_public')}
- <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{booticon iname="fa-arrow-sup" ipackage="icons" iexplain="Add Image"}</a>
+ <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{booticon iname="fa-upload" ipackage="icons" iexplain="Add Image"}</a>
{/if}
{if $gContent->getPreference('is_public')}
{booticon iname="fa-asterisk" ipackage="icons" iexplain="Public"}