diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:41:11 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:41:11 -0400 |
| commit | 7cebac4053d43d4b13cb29dc6cd73a8fa2fc5aa5 (patch) | |
| tree | 402782ddfe226f137be01d0e070f3f5416d3f13a /templates | |
| parent | 1ceb26d1e1ca9cd0db6f06922a524e5d388ad827 (diff) | |
| download | fisheye-7cebac4053d43d4b13cb29dc6cd73a8fa2fc5aa5.tar.gz fisheye-7cebac4053d43d4b13cb29dc6cd73a8fa2fc5aa5.tar.bz2 fisheye-7cebac4053d43d4b13cb29dc6cd73a8fa2fc5aa5.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/gallery_icons_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/gallery_nav.tpl | 2 | ||||
| -rw-r--r-- | templates/upload_fisheye.tpl | 2 | ||||
| -rw-r--r-- | templates/view_gallery_images_inc.tpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/gallery_icons_inc.tpl b/templates/gallery_icons_inc.tpl index 01915e2..23fca98 100644 --- a/templates/gallery_icons_inc.tpl +++ b/templates/gallery_icons_inc.tpl @@ -11,7 +11,7 @@ <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{booticon iname="icon-cloud-upload" ipackage="icons" iexplain="Add Image"}</a> {/if} {if $gContent->getPreference('is_public')} - {biticon ipackage="icons" iname="weather-clear" iexplain="Public"} + {booticon iname="icon-asterisk" ipackage="icons" iexplain="Public"} {/if} {if $gContent->hasAdminPermission()} <a title="{tr}User Permissions{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}edit.php?gallery_id={$gContent->mGalleryId}&delete=1">{booticon iname="icon-trash" ipackage="icons" iexplain="Delete Gallery"}</a> diff --git a/templates/gallery_nav.tpl b/templates/gallery_nav.tpl index 591772b..17b9421 100644 --- a/templates/gallery_nav.tpl +++ b/templates/gallery_nav.tpl @@ -21,7 +21,7 @@ {if $gGallery->mInfo.previous_image_id} <a href="{$gContent->getImageUrl($gGallery->mInfo.previous_image_id)|escape}"> {if $gBitSystem->isFeatureActive( 'gallerybar_use_icons' )} - {biticon ipackage="icons" iname="go-previous" iexplain=previous iforce="icon"} + {booticon iname="icon-arrow-left" ipackage="icons" iexplain=previous iforce="icon"} {else} « {tr}previous{/tr} {/if} diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl index 7dcffac..215206f 100644 --- a/templates/upload_fisheye.tpl +++ b/templates/upload_fisheye.tpl @@ -16,7 +16,7 @@ {jstab title="Upload Files"} {formfeedback note=$quotaMessage} - <p class="warning">{biticon ipackage="icons" iname="dialog-warning" iexplain=Warning iforce=icon} {tr}The maximum file size you can upload is {$uploadMax} Megabytes{/tr}</p> + <p class="warning">{booticon iname="icon-warning-sign" ipackage="icons" iexplain=Warning iforce=icon} {tr}The maximum file size you can upload is {$uploadMax} Megabytes{/tr}</p> {formfeedback error=$errors} {formhelp note="Here you can upload files. You can upload single files, or you can upload archived files (.zip's, .tar's, etc. NOTE: .sitx on Mac OS X generally does not work) Archived uploads will automatically be decompressed, and a gallery will created for every gallery in it. If you have nested folders, the hierarchy will be maintained for you with nested galleries." force=true} diff --git a/templates/view_gallery_images_inc.tpl b/templates/view_gallery_images_inc.tpl index 62238de..ff6be66 100644 --- a/templates/view_gallery_images_inc.tpl +++ b/templates/view_gallery_images_inc.tpl @@ -124,7 +124,7 @@ <a href="{$galItem->mInfo.download_url}">{biticon ipackage="icons" iname="emblem-downloads" iexplain="Download File"}</a> {/if} {if $gBitUser->hasPermission( 'p_treasury_view_item' )} - <a href="{$galItem->getDisplayUrl()}">{biticon ipackage="icons" iname="document-open" iexplain="View File"}</a> + <a href="{$galItem->getDisplayUrl()}">{booticon iname="icon-folder-open" ipackage="icons" iexplain="View File"}</a> {/if} {if $gContent->isOwner( $galItem->mInfo ) || $gBitUser->isAdmin()} <a href="{$smarty.const.FISHEYE_PKG_URL}edit_image.php?content_id={$galItem->mInfo.content_id}&action=edit">{booticon iname="icon-edit" ipackage="icons" iexplain="Edit File"}</a> |
