summaryrefslogtreecommitdiff
path: root/templates/mime_view.tpl
diff options
context:
space:
mode:
authorChristian Fowler <cfowler@einstein>2015-03-02 11:00:20 -0500
committerChristian Fowler <cfowler@einstein>2015-03-02 11:00:20 -0500
commite7e6c7475bad76b8f35a8876c17e174dd5b3c590 (patch)
tree2f822a163b26fd855de2eb04f8811cedf553663e /templates/mime_view.tpl
parent62559af21a46cede23ef40fafe89c1a7f9c38891 (diff)
downloadliberty-e7e6c7475bad76b8f35a8876c17e174dd5b3c590.tar.gz
liberty-e7e6c7475bad76b8f35a8876c17e174dd5b3c590.tar.bz2
liberty-e7e6c7475bad76b8f35a8876c17e174dd5b3c590.zip
clean up attachment views, particularly in comments
Diffstat (limited to 'templates/mime_view.tpl')
-rw-r--r--templates/mime_view.tpl18
1 files changed, 5 insertions, 13 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl
index 7bcf038..36f8a1f 100644
--- a/templates/mime_view.tpl
+++ b/templates/mime_view.tpl
@@ -22,19 +22,11 @@
{/if}
{legend legend="Content this attachment belongs to"}
- <div class="form-group">
- {formlabel label="Title"}
- {forminput}
- <a href="{$gContent->getDisplayUrl()}">{$gContent->getTitle()}</a>
- {/forminput}
- </div>
-
- <div class="form-group">
- {formlabel label="Content Type"}
- {forminput}
- {$gContent->getContentTypeName()}
- {/forminput}
- </div>
+ <ol>
+ <li>
+ <a href="{$gContent->getDisplayUrl()}">{$gContent->getTitle()}</a> <small>({$gContent->getContentTypeName()})</small>
+ </li>
+ </ol>
{/legend}
{if $usage}