Rearrange source to src dir.
[redakcja.git] / src / wiki / templates / wiki / tabs / wysiwyg_editor.html
diff --git a/src/wiki/templates/wiki/tabs/wysiwyg_editor.html b/src/wiki/templates/wiki/tabs/wysiwyg_editor.html
new file mode 100644 (file)
index 0000000..f54f3fb
--- /dev/null
@@ -0,0 +1,18 @@
+{% load i18n %}
+<div id="simple-editor" class="editor" style="display: none">
+    <div id="html-view" class="htmlview">
+    </div>
+
+       <div class="toolbar">
+       {% if not readonly %}
+        <button id="insert-theme-button">
+            {% trans "Insert theme" %}
+        </button>
+        <button id="insert-annotation-button">
+            {% trans "Insert annotation" %}
+        </button>
+               {% endif %}
+        <div class="toolbar-end">
+        </div>
+    </div>
+</div>