1
0
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:
Awilum
2012-09-30 02:15:04 +03:00
parent 75acfb7290
commit 6dc03fb876

View File

@ -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'))
); );
} }