diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2010-02-12 07:49:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2010-02-12 07:49:40 +0000 |
| commit | 759ae4598bee453a73cbb5e2a87c8b2d349804ad (patch) | |
| tree | e5d658ce7743f893d01d0cbecadeb6d3e099226b | |
| parent | 79e84b61f963d20054910786336718685a09a9e0 (diff) | |
| download | fisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.tar.gz fisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.tar.bz2 fisheye-759ae4598bee453a73cbb5e2a87c8b2d349804ad.zip | |
use a valid iconPRE_LIBERTYSYS_SERVICE_UPDATE
| -rw-r--r-- | templates/view_gallery.tpl | 2 |
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> |
