diff --git a/templates/user/create-page.html b/templates/user/create-page.html index 1848802..14de251 100644 --- a/templates/user/create-page.html +++ b/templates/user/create-page.html @@ -1,9 +1,25 @@ {% extends "layouts/default.html" %} {% block title %}Users{% endblock %} {% block content %} -

Create New Page

+
+

Create Page

-Dashboard +
+ + Pages Index + Pages Index + + + Storage Index + Storage Index + +
@@ -16,7 +32,7 @@ 'fullscreen', 'insertdatetime', 'media', 'save', 'table', 'help', 'visualchars', 'wordcount', 'quickbars', 'pagebreak', 'nonbreaking', 'importcss', 'directionality', 'codesample', 'code', 'autosave', - 'autoresize' + /* 'autoresize' */ ], toolbar: 'undo redo | save | formatpainter casechange blocks | bold italic backcolor | ' + 'alignleft aligncenter alignright alignjustify | ' + @@ -24,14 +40,24 @@ }); -
- + + - -
+
{% endblock %}