summaryrefslogtreecommitdiff
path: root/templates/view_image.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-18 22:28:27 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-18 22:28:27 +0000
commitd921b80ecabbb6ee43c00226b5edd2425fff7966 (patch)
tree6d041b72383656e945f2cd7fdc8333f3f94f6802 /templates/view_image.tpl
parent71866708351b4afcf2788e9d14b09648ae2344a5 (diff)
downloadfisheye-d921b80ecabbb6ee43c00226b5edd2425fff7966.tar.gz
fisheye-d921b80ecabbb6ee43c00226b5edd2425fff7966.tar.bz2
fisheye-d921b80ecabbb6ee43c00226b5edd2425fff7966.zip
merge recent changes into HEAD
Diffstat (limited to 'templates/view_image.tpl')
-rw-r--r--templates/view_image.tpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl
index 8699bdd..4a6df6d 100644
--- a/templates/view_image.tpl
+++ b/templates/view_image.tpl
@@ -45,10 +45,15 @@
&nbsp;{$gContent->mInfo.width}x{$gContent->mInfo.height}
{/if}
</div>
+
+ {if $gBitUser->hasPermission( 'bit_p_content_attachments' )}
+ <p class="formhelp">
+ {tr}To include this file in a wiki page, blog post, article &hellip;, use the following string{/tr}: <strong>{ldelim}attachment&nbsp;id={$gContent->mInfo.image_file.attachment_id}{rdelim}</strong>
+ </p>
+ {/if}
</div> <!-- end .body -->
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view'}
</div> <!-- end .fisheye -->
-
{/strip}