diff options
| author | Christian Fowler <cfowler@einstein> | 2015-03-02 11:00:20 -0500 |
|---|---|---|
| committer | Christian Fowler <cfowler@einstein> | 2015-03-02 11:00:20 -0500 |
| commit | e7e6c7475bad76b8f35a8876c17e174dd5b3c590 (patch) | |
| tree | 2f822a163b26fd855de2eb04f8811cedf553663e /templates/mime_view.tpl | |
| parent | 62559af21a46cede23ef40fafe89c1a7f9c38891 (diff) | |
| download | liberty-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.tpl | 18 |
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} |
