diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php index 1c98fe75..35bcd2b0 100644 --- a/bl-kernel/admin/views/edit-page.php +++ b/bl-kernel/admin/views/edit-page.php @@ -29,16 +29,13 @@ echo '
'; 'placeholder'=>$L->g('Title') )); - echo '
'; - // Content input - // HTML::formTextarea(array( - // 'name'=>'content', - // 'value'=>$_Post->contentRaw(false), - // 'class'=>'uk-width-1-1 uk-form-large', - // 'placeholder'=>'' - // )); - echo '
'; + HTML::formTextarea(array( + 'name'=>'content', + 'value'=>$_Page->contentRaw(false), + 'class'=>'uk-width-1-1 uk-form-large', + 'placeholder'=>'' + )); // Form buttons echo '
'; @@ -242,10 +239,10 @@ $(document).ready(function() } else { $(".sidebar-view").hide(); - $(view).show(); + $(view).show(); } }); }); - + \ No newline at end of file diff --git a/bl-kernel/admin/views/edit-post.php b/bl-kernel/admin/views/edit-post.php index 4a896ad5..c1d51b78 100644 --- a/bl-kernel/admin/views/edit-post.php +++ b/bl-kernel/admin/views/edit-post.php @@ -29,16 +29,13 @@ echo '
'; 'placeholder'=>$L->g('Title') )); - echo '
'; - // Content input - // HTML::formTextarea(array( - // 'name'=>'content', - // 'value'=>$_Post->contentRaw(false), - // 'class'=>'uk-width-1-1 uk-form-large', - // 'placeholder'=>'' - // )); - echo '
'; + HTML::formTextarea(array( + 'name'=>'content', + 'value'=>$_Post->contentRaw(false), + 'class'=>'uk-width-1-1 uk-form-large', + 'placeholder'=>'' + )); // Form buttons echo '
@@ -200,7 +197,7 @@ $(document).ready(function() { } else { $(".sidebar-view").hide(); - $(view).show(); + $(view).show(); } }); diff --git a/bl-kernel/admin/views/new-page.php b/bl-kernel/admin/views/new-page.php index 6cf422af..db5f1e05 100644 --- a/bl-kernel/admin/views/new-page.php +++ b/bl-kernel/admin/views/new-page.php @@ -23,16 +23,13 @@ echo '
'; 'placeholder'=>$L->g('Title') )); - echo '
'; - // Content input - // HTML::formTextarea(array( - // 'name'=>'content', - // 'value'=>'', - // 'class'=>'uk-width-1-1 uk-form-large', - // 'placeholder'=>'' - // )); - echo '
'; + HTML::formTextarea(array( + 'name'=>'content', + 'value'=>'', + 'class'=>'uk-width-1-1 uk-form-large', + 'placeholder'=>'' + )); // Form buttons echo '
@@ -215,10 +212,10 @@ $(document).ready(function() } else { $(".sidebar-view").hide(); - $(view).show(); + $(view).show(); } }); }); - + \ No newline at end of file diff --git a/bl-kernel/admin/views/new-post.php b/bl-kernel/admin/views/new-post.php index c10694f8..95840c5d 100644 --- a/bl-kernel/admin/views/new-post.php +++ b/bl-kernel/admin/views/new-post.php @@ -23,16 +23,13 @@ echo '
'; 'placeholder'=>$L->g('Title') )); - echo '
'; - // Content input - // HTML::formTextarea(array( - // 'name'=>'content', - // 'value'=>'', - // 'class'=>'uk-width-1-1 uk-form-large', - // 'placeholder'=>'' - // )); - echo '
'; + HTML::formTextarea(array( + 'name'=>'content', + 'value'=>'', + 'class'=>'uk-width-1-1 uk-form-large', + 'placeholder'=>'' + )); // Form buttons echo '
@@ -76,7 +73,7 @@ echo '
'; )); echo ''; - + // IMAGES TAB // -------------------------------------------------------------------- echo '
  • '; @@ -185,10 +182,10 @@ $(document).ready(function() { } else { $(".sidebar-view").hide(); - $(view).show(); + $(view).show(); } }); }); - + \ No newline at end of file diff --git a/bl-plugins/quill/languages/en_US.json b/bl-plugins/quill/languages/en_US.json index ac8dc647..aded94fc 100644 --- a/bl-plugins/quill/languages/en_US.json +++ b/bl-plugins/quill/languages/en_US.json @@ -2,6 +2,6 @@ "plugin-data": { "name": "Quill", - "description": "Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need." + "description": "" } -} +} \ No newline at end of file