mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-12 17:16:18 +02:00
Pages Plugin: ui updates.
This commit is contained in:
@ -41,7 +41,7 @@
|
|||||||
echo Form::hidden('page_name', $slug_to_edit);
|
echo Form::hidden('page_name', $slug_to_edit);
|
||||||
} else {
|
} else {
|
||||||
echo (
|
echo (
|
||||||
Form::input('page_name', $slug_to_edit, array('class' => 'span6'))
|
Form::input('page_name', $slug_to_edit, array('class' => (isset($errors['pages_empty_title'])) ? 'span6 error-field' : 'span6'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user