mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 04:07:59 +02:00
Pages Plugin: ui updates
This commit is contained in:
@@ -42,11 +42,11 @@
|
|||||||
<div class="tab-pane <?php if (Notification::get('seo')) { ?>active<?php } ?>" id="seo">
|
<div class="tab-pane <?php if (Notification::get('seo')) { ?>active<?php } ?>" id="seo">
|
||||||
<?php
|
<?php
|
||||||
echo (
|
echo (
|
||||||
Form::label('page_description', __('Description', 'pages')).
|
|
||||||
Form::input('page_description', $post_description, array('class' => 'span8')).
|
|
||||||
Html::br(2).
|
|
||||||
Form::label('page_keywords', __('Keywords', 'pages')).
|
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'))
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -55,11 +55,11 @@
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
echo (
|
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::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 (
|
echo (
|
||||||
|
Reference in New Issue
Block a user