diff options
| author | spiderr <spider@viovio.com> | 2013-04-01 12:19:58 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-01 12:19:58 -0400 |
| commit | 378863b2cb0b4c36f7e22cc89e0678ddc82f53a2 (patch) | |
| tree | a05e471c1e57a1adfff8b81c9f36003a20982c7d /templates/mime_view.tpl | |
| parent | 12cafa5cd2efecff64992b503dfdd6d5f5f4d163 (diff) | |
| download | liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.tar.gz liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.tar.bz2 liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.zip | |
bootstrap-conversion
Diffstat (limited to 'templates/mime_view.tpl')
| -rw-r--r-- | templates/mime_view.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/mime_view.tpl b/templates/mime_view.tpl index 9648fea..e6a3a6f 100644 --- a/templates/mime_view.tpl +++ b/templates/mime_view.tpl @@ -14,7 +14,7 @@ {formfeedback hash=$feedback} {include file=$edit_template preferences=$attachment.preferences} - <div class="row submit"> + <div class="control-group submit"> <input type="hidden" name="attachment_id" value="{$smarty.request.attachment_id}" /> <input type="submit" name="plugin_submit" value="{tr}Update File{/tr}" /> </div> @@ -22,14 +22,14 @@ {/if} {legend legend="Content this attachment belongs to"} - <div class="row"> + <div class="control-group"> {formlabel label="Title"} {forminput} <a href="{$gContent->getDisplayUrl()}">{$gContent->getTitle()}</a> {/forminput} </div> - <div class="row"> + <div class="control-group"> {formlabel label="Content Type"} {forminput} {$gContent->getContentTypeName()} |
