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/edit_content_status_inc.tpl | |
| parent | 12cafa5cd2efecff64992b503dfdd6d5f5f4d163 (diff) | |
| download | liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.tar.gz liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.tar.bz2 liberty-378863b2cb0b4c36f7e22cc89e0678ddc82f53a2.zip | |
bootstrap-conversion
Diffstat (limited to 'templates/edit_content_status_inc.tpl')
| -rw-r--r-- | templates/edit_content_status_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_content_status_inc.tpl b/templates/edit_content_status_inc.tpl index 26d3709..0d0d939 100644 --- a/templates/edit_content_status_inc.tpl +++ b/templates/edit_content_status_inc.tpl @@ -3,7 +3,7 @@ $gContent->getAvailableContentStatuses() && ($gBitUser->hasPermission('p_liberty_edit_content_status') || $gBitUser->hasPermission('p_liberty_edit_all_status')) } - <div class="row"> + <div class="control-group"> {formlabel label="Status" for="content_status_id"} {forminput} {html_options name="content_status_id" options=$gContent->getAvailableContentStatuses() selected=$gContent->getField('content_status_id',$smarty.const.BIT_CONTENT_DEFAULT_STATUS)} |
