summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2010-02-12 07:49:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2010-02-12 07:49:40 +0000
commit759ae4598bee453a73cbb5e2a87c8b2d349804ad (patch)
treee5d658ce7743f893d01d0cbecadeb6d3e099226b
parent79e84b61f963d20054910786336718685a09a9e0 (diff)
downloadfisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.tar.gz
fisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.tar.bz2
fisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.zip
-rw-r--r--templates/view_gallery.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl
index 6373ea0..3379077 100644
--- a/templates/view_gallery.tpl
+++ b/templates/view_gallery.tpl
@@ -6,7 +6,7 @@
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon' serviceHash=$gContent->mInfo}
{if $gContent->hasUpdatePermission()}
{if $gBitUser->hasPermission( 'p_fisheye_download_gallery_archive' ) }
- <a title="{tr}Download Gallery{/tr}" href="{$smarty.server.REQUEST_URI}?download=1">{biticon iname="document-download" iexplain="Download Gallery"}</a>
+ <a title="{tr}Download Gallery{/tr}" href="{$smarty.server.REQUEST_URI}?download=1">{biticon ipackage="icons" iname="emblem-downloads" iexplain="Download Gallery"}</a>
{/if}
<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}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>