thema chooser
[redakcja.git] / src / wiki / templates / wiki / document_details.html
index a4cbe4a..7236ee2 100644 (file)
   {% include "wiki/tabs/history_view_item.html" %}
 {% endblock %}
 
+{% block tools-menu %}
+  <div class="btn-group mr-auto">
+    <button id="undoBtn" class="btn btn-secondary" title="undo">↺</button>
+    <button id="redoBtn" class="btn btn-secondary" title="redo">↻</button>
+  </div>
+{% endblock %}
+
 {% block tabs-content %}
   {% include "wiki/tabs/summary_view.html" %}
   {% include "wiki/tabs/wysiwyg_editor.html" %}
@@ -53,6 +60,7 @@
   {% include "wiki/revert_dialog.html" %}
   {% include "wiki/media_dialog.html" %}
   {% include "wiki/gallery_dialog.html" %}
+  {% include "wiki/meta_chooser.html" %}
   {% if can_pubmark %}
     {% include "wiki/pubmark_dialog.html" %}
   {% endif %}