1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Pages Plugin: ui updates

This commit is contained in:
Awilum
2012-09-30 17:41:38 +03:00
parent 60c359b542
commit 8e0aef02fa
2 changed files with 8 additions and 8 deletions

View File

@@ -55,11 +55,11 @@
<?php
echo (
Form::label('page_description', __('Description', 'pages')).
Form::input('page_description', $description_to_edit, array('class' => '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 (