summaryrefslogtreecommitdiff
path: root/templates/mime/image/edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mime/image/edit.tpl')
-rw-r--r--templates/mime/image/edit.tpl11
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&deg; panoramic image with equirectangular projection, check this box. This works best for images with a 360&deg; by 180&deg; field of view (FOV)"}
+ {/forminput}
+ </div>
+{/if}
+{/strip}