diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:28:27 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-18 22:28:27 +0000 |
| commit | d921b80ecabbb6ee43c00226b5edd2425fff7966 (patch) | |
| tree | 6d041b72383656e945f2cd7fdc8333f3f94f6802 /templates/view_image.tpl | |
| parent | 71866708351b4afcf2788e9d14b09648ae2344a5 (diff) | |
| download | fisheye-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.tpl | 7 |
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 @@ {$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 …, use the following string{/tr}: <strong>{ldelim}attachment 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} |
