summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-16 09:28:58 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-16 09:28:58 +0100
commit58215fc33b420f986b47a97bc544bfe19acd3c59 (patch)
tree131f31f630e234756053b2fd45cfcd368744075a
parent22d1f1f7bf10cdbd9481b313bb0088ba8151e939 (diff)
downloadfisheye-58215fc33b420f986b47a97bc544bfe19acd3c59.tar.gz
fisheye-58215fc33b420f986b47a97bc544bfe19acd3c59.tar.bz2
fisheye-58215fc33b420f986b47a97bc544bfe19acd3c59.zip
Replace network-transmit/receive icons with go-up/go-down for upload/download
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rwxr-xr-xtemplates/gallery_icons_inc.tpl4
-rwxr-xr-xtemplates/menu_fisheye.tpl2
-rwxr-xr-xtemplates/upload_fisheye.tpl2
-rwxr-xr-xtemplates/view_gallery_images_inc.tpl2
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/gallery_icons_inc.tpl b/templates/gallery_icons_inc.tpl
index f15301b..4b9c9c5 100755
--- 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">{biticon ipackage="icons" iname="network-receive" 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">{biticon ipackage="icons" iname="go-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}">{biticon ipackage="icons" iname="edit" iexplain="Edit"}</a>
<a title="{tr}Image Order{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}image_order.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage="icons" iname="view-sort-ascending" 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}">{biticon ipackage="icons" iname="network-transmit" iexplain="Add Image"}</a>
+ <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage="icons" iname="go-up" iexplain="Add Image"}</a>
{/if}
{if $gContent->getPreference('is_public')}
{biticon ipackage="icons" iname="emblem-important" iexplain="Public"}
diff --git a/templates/menu_fisheye.tpl b/templates/menu_fisheye.tpl
index 3e362f2..ca233fc 100755
--- a/templates/menu_fisheye.tpl
+++ b/templates/menu_fisheye.tpl
@@ -9,7 +9,7 @@
<li><a class="item" href="{$smarty.const.FISHEYE_PKG_URL}edit.php">{biticon ipackage="icons" iname="camera-photo" iexplain="Create a Gallery" ilocation=menu}</a></li>
{/if}
{if $gBitUser->hasPermission('p_fisheye_upload')}
- <li><a class="item" href="{$smarty.const.FISHEYE_PKG_URL}upload.php">{biticon ipackage="icons" iname="network-transmit" iexplain="Upload Images" ilocation=menu}</a></li>
+ <li><a class="item" href="{$smarty.const.FISHEYE_PKG_URL}upload.php">{biticon ipackage="icons" iname="go-up" iexplain="Upload Images" ilocation=menu}</a></li>
{/if}
{* if $gBitUser->hasPermission('p_fisheye_view')}
<li><a class="item" href="{$smarty.const.FISHEYE_PKG_URL}gallery_tree.php">{biticon ipackage="icons" iname="preferences-system" iexplain="growser gallery tree" ilocation=menu} Browse Gallery Tree</a></li>
diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl
index bb0f5d8..3420da5 100755
--- a/templates/upload_fisheye.tpl
+++ b/templates/upload_fisheye.tpl
@@ -6,7 +6,7 @@
{strip}
<div class="admin fisheye">
<div class="header">
- <h1>{biticon ipackage="icons" iname="network-transmit" iexplain="^"} {tr}Upload Photos{/tr}</h1>
+ <h1>{biticon ipackage="icons" iname="go-up" iexplain="^"} {tr}Upload Photos{/tr}</h1>
</div>
<div class="body">
diff --git a/templates/view_gallery_images_inc.tpl b/templates/view_gallery_images_inc.tpl
index ff58e8c..6f2aac3 100755
--- a/templates/view_gallery_images_inc.tpl
+++ b/templates/view_gallery_images_inc.tpl
@@ -115,7 +115,7 @@
<td class="actionicon">
{if $galItem->mInfo.content_type_guid != 'fisheyegallery' }
{if $gBitUser->hasPermission( 'p_treasury_download_item' ) && $galItem->mInfo.download_url}
- <a href="{$galItem->mInfo.download_url}">{biticon ipackage="icons" iname="network-receive" iexplain="Download File"}</a>
+ <a href="{$galItem->mInfo.download_url}">{biticon ipackage="icons" iname="go-down" iexplain="Download File"}</a>
{/if}
{if $gBitUser->hasPermission( 'p_treasury_view_item' )}
<a href="{$galItem->getDisplayUrl()}">{biticon ipackage="icons" iname="folder-open" iexplain="View File"}</a>