diff options
| author | spiderr <spider@viovio.com> | 2014-05-30 12:03:53 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-05-30 12:03:53 -0400 |
| commit | 345509bd4e4a74479e92066172cbbba94a005a33 (patch) | |
| tree | 347bb82466d6e7f84fba9210fa5ee47ba049aa28 /templates/mime_view.tpl | |
| parent | 94c0b14d3b5dd66b2ab0ab50c07d88afbf9c89aa (diff) | |
| download | liberty-345509bd4e4a74479e92066172cbbba94a005a33.tar.gz liberty-345509bd4e4a74479e92066172cbbba94a005a33.tar.bz2 liberty-345509bd4e4a74479e92066172cbbba94a005a33.zip | |
bootstrap3-css-changes-form-group
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 31ebd27..7bcf038 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="control-group submit"> + <div class="form-group submit"> <input type="hidden" name="attachment_id" value="{$smarty.request.attachment_id}" /> <input type="submit" class="btn btn-default" name="plugin_submit" value="{tr}Update File{/tr}" /> </div> @@ -22,14 +22,14 @@ {/if} {legend legend="Content this attachment belongs to"} - <div class="control-group"> + <div class="form-group"> {formlabel label="Title"} {forminput} <a href="{$gContent->getDisplayUrl()}">{$gContent->getTitle()}</a> {/forminput} </div> - <div class="control-group"> + <div class="form-group"> {formlabel label="Content Type"} {forminput} {$gContent->getContentTypeName()} |
