diff --git a/plugins/box/pages/views/backend/add.view.php b/plugins/box/pages/views/backend/add.view.php index b60af56..b3c23d5 100644 --- a/plugins/box/pages/views/backend/add.view.php +++ b/plugins/box/pages/views/backend/add.view.php @@ -42,11 +42,11 @@
'span8')). - Html::br(2). Form::label('page_keywords', __('Keywords', 'pages')). - Form::input('page_keywords', $post_keywords, array('class' => 'span8')) + Form::input('page_keywords', $post_keywords, array('class' => 'span8')). + Html::br(2). + Form::label('page_description', __('Description', 'pages')). + Form::textarea('page_description', $post_description, array('class' => 'span8')) ); ?> diff --git a/plugins/box/pages/views/backend/edit.view.php b/plugins/box/pages/views/backend/edit.view.php index 63a0778..7150e9d 100644 --- a/plugins/box/pages/views/backend/edit.view.php +++ b/plugins/box/pages/views/backend/edit.view.php @@ -55,11 +55,11 @@ 'span8')). - Html::br(2). Form::label('page_keywords', __('Keywords', 'pages')). - Form::input('page_keywords', $keywords_to_edit, array('class' => 'span8')) + Form::input('page_keywords', $keywords_to_edit, array('class' => 'span8')). + Html::br(2). + Form::label('page_description', __('Description', 'pages')). + Form::textarea('page_description', $description_to_edit, array('class' => 'span8')) ); echo (