diff options
Diffstat (limited to 'templates/mime/image/edit.tpl')
| -rw-r--r-- | templates/mime/image/edit.tpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/mime/image/edit.tpl b/templates/mime/image/edit.tpl new file mode 100644 index 0000000..ae2511d --- /dev/null +++ b/templates/mime/image/edit.tpl @@ -0,0 +1,11 @@ +{strip} +{if $gBitSystem->isFeatureActive( 'mime_image_panoramas' )} + <div class="row"> + {formlabel label="Panorama Image" for="panorama"} + {forminput} + <input type="checkbox" value="y" name="plugin[{$attachment.attachment_id}][mimeimage][preference][is_panorama]" id="panorama" {if $attachment.thumbnail_url.panorama}checked="checked"{/if} /> + {formhelp note="If this image is a 360° panoramic image with equirectangular projection, check this box. This works best for images with a 360° by 180° field of view (FOV)"} + {/forminput} + </div> +{/if} +{/strip} |
