From 8e0aef02fadb5b6e120d6d0a4fe8d0a4547e82f0 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 30 Sep 2012 17:41:38 +0300 Subject: [PATCH] Pages Plugin: ui updates --- plugins/box/pages/views/backend/add.view.php | 8 ++++---- plugins/box/pages/views/backend/edit.view.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 (