diff options
| -rw-r--r-- | templates/view_gallery.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/view_gallery.tpl b/templates/view_gallery.tpl index 223b21d..4b5496e 100644 --- a/templates/view_gallery.tpl +++ b/templates/view_gallery.tpl @@ -10,7 +10,10 @@ <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->hasUserPermission('p_fisheye_upload', 1, 0) || $gContent->getPreference('is_public')} - <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage="icons" iname="go-up" iexplain="Add Image"}</a>{if $gContent->getPreference('is_public')}<span class="small">({tr}Public{/tr})</span>{/if} + <a title="{tr}Add Image{/tr}" href="{$smarty.const.FISHEYE_PKG_URL}upload.php?gallery_id={$gContent->mGalleryId}">{biticon ipackage="icons" iname="go-up" iexplain="Add Image"}</a> + {/if} + {if $gContent->getPreference('is_public')} + {biticon ipackage="icons" iname="weather-clear" 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">{biticon ipackage="icons" iname="edit-delete" iexplain="Delete Gallery"}</a> |
