summaryrefslogtreecommitdiff
path: root/templates/gallery_icons_inc.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-02 17:11:02 -0400
committerspiderr <spider@viovio.com>2013-04-02 17:11:02 -0400
commit1ceb26d1e1ca9cd0db6f06922a524e5d388ad827 (patch)
treec7c548e543a445f86e2870e4c6c0705351b20190 /templates/gallery_icons_inc.tpl
parentab0158ccfa8ca75dadc8b37e01400a3f485b6e06 (diff)
downloadfisheye-1ceb26d1e1ca9cd0db6f06922a524e5d388ad827.tar.gz
fisheye-1ceb26d1e1ca9cd0db6f06922a524e5d388ad827.tar.bz2
fisheye-1ceb26d1e1ca9cd0db6f06922a524e5d388ad827.zip
convert lots of biticon to booticon
Diffstat (limited to 'templates/gallery_icons_inc.tpl')
-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 bf4b15d..01915e2 100644
--- a/templates/gallery_icons_inc.tpl
+++ b/templates/gallery_icons_inc.tpl
@@ -4,7 +4,7 @@
<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="system-file-manager" 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="document-properties" iexplain="Edit"}</a>
+ <a title="{tr}Edit{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}edit.php?gallery_id={$gContent->mGalleryId}">{booticon iname="icon-file" ipackage="icons" iexplain="Edit"}</a>
<a title="{tr}Image Order{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}image_order.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage=fisheye iname="order" iexplain="Image Order"}</a>
{/if}
{if $gContent->hasUpdatePermission() || $gContent->getPreference('is_public')}