Revert "Update \bl-kernel\admin\views\edit-content.php"

This reverts commit 7bf5ecccf5.
This commit is contained in:
David Blake 2019-11-03 14:10:52 +00:00
parent 7bf5ecccf5
commit d51f9dd351
1 changed files with 5 additions and 5 deletions

View File

@ -399,11 +399,6 @@ echo Bootstrap::formOpen(array(
</div>
</div>
<!-- Title -->
<div class="form-group mb-1">
<input id="jstitle" name="title" type="text" class="form-control form-control-lg rounded-0" value="<?php echo $page->title() ?>" placeholder="<?php $L->p('Enter title') ?>">
</div>
<!-- Custom fields: TOP -->
<?php
$customFields = $site->customFields();
@ -435,6 +430,11 @@ echo Bootstrap::formOpen(array(
}
?>
<!-- Title -->
<div class="form-group mb-1">
<input id="jstitle" name="title" type="text" class="form-control form-control-lg rounded-0" value="<?php echo $page->title() ?>" placeholder="<?php $L->p('Enter title') ?>">
</div>
<!-- Editor -->
<textarea id="jseditor" class="editable h-100" style=""><?php echo $page->contentRaw(true) ?></textarea>