diff options
| -rw-r--r-- | templates/gallery_icons_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/list_galleries.tpl | 2 | ||||
| -rw-r--r-- | templates/view_gallery_files_inc.tpl | 2 |
3 files changed, 3 insertions, 3 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}&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')} diff --git a/templates/list_galleries.tpl b/templates/list_galleries.tpl index 2c89cc2..05ee9cc 100644 --- a/templates/list_galleries.tpl +++ b/templates/list_galleries.tpl @@ -8,7 +8,7 @@ {minifind} <ul class="inline navbar sortby"> - <li>{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="sort by" iforce="icon"}</li> + <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by" iforce="icon"}</li> {if $gBitSystem->isFeatureActive('fisheye_list_title')} <li>{smartlink ititle="Gallery Name" isort="title" user_id=$gQuerUserId offset=$iMaxRows home=$userInfo.login search=$iSearchString}</li> {/if} diff --git a/templates/view_gallery_files_inc.tpl b/templates/view_gallery_files_inc.tpl index b4d330f..7af18e4 100644 --- a/templates/view_gallery_files_inc.tpl +++ b/templates/view_gallery_files_inc.tpl @@ -2,7 +2,7 @@ {minifind} <ul class="inline navbar sortby"> - <li>{biticon ipackage="icons" iname="emblem-symbolic-link" iexplain="sort by"}</li> + <li>{booticon iname="icon-circle-arrow-right" ipackage="icons" iexplain="sort by"}</li> <li>{smartlink ititle="Created" isort="created" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> <li>{smartlink ititle="Last Modified" isort="last_modified" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> <li>{smartlink ititle="File Type" isort="file_type" numPages=$gContent->mInfo.num_pages gallery_id=$gContent->mGalleryId gallery_path=$gContent->mGalleryPath page=$pageCount}</li> |
