1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-10 15:14:30 +02:00

Pages Plugin: ui updates.

This commit is contained in:
Awilum
2012-09-30 01:45:31 +03:00
parent e8609ae691
commit e55555ac4c
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@
?>
</div>
<?php
if(Request::get('name') == 'error404') {
if (Request::get('name') == 'error404') {
echo Form::hidden('status', $status);
} else {
?>
@@ -132,7 +132,7 @@
?>
</div>
<div class="span6">
<div class="pull-right">Published on: <input class="input-large" type="text" name="page_date" value="<?php echo $date; ?>"></div>
<div class="pull-right"><?php echo __('Published on', 'pages'); ?>: <?php echo Form::input('page_date', $date, array('class' => 'input-large')); ?></div>
<?php echo Form::close(); ?>
</div>
</div>