@@ -212,10 +215,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 95840c5d..c10694f8 100644
--- a/bl-kernel/admin/views/new-post.php
+++ b/bl-kernel/admin/views/new-post.php
@@ -23,13 +23,16 @@ echo '
';
'placeholder'=>$L->g('Title')
));
+ echo '
';
+
// Content input
- HTML::formTextarea(array(
- 'name'=>'content',
- 'value'=>'',
- 'class'=>'uk-width-1-1 uk-form-large',
- 'placeholder'=>''
- ));
+ // HTML::formTextarea(array(
+ // 'name'=>'content',
+ // 'value'=>'',
+ // 'class'=>'uk-width-1-1 uk-form-large',
+ // 'placeholder'=>''
+ // ));
+ echo '
';
// Form buttons
echo '