Paged history loading.
[redakcja.git] / src / wiki / templates / wiki / tabs / wysiwyg_editor.html
index 296f60a..53e14b8 100644 (file)
@@ -6,12 +6,31 @@
         <button class="btn btn-info mr-2" id="insert-theme-button">
           {% trans "Insert theme" %}
         </button>
-        <button class="btn btn-info" id="insert-annotation-button">
+        <button class="btn btn-info mr-2" id="insert-annotation-button">
           {% trans "Insert annotation" %}
         </button>
-       {% endif %}
+        <button class="btn btn-info mr-2" id="insert-reference-button">
+          {% trans "Insert reference" %}
+        </button>
+
+        <div class="btn-group">
+          <button class="btn btn-info insert-inline-tag" data-tag="tytul_dziela">
+            tytuł dzieła
+          </button>
+          <button class="btn btn-info insert-inline-tag" data-tag="wyroznienie">
+            wyroznienie
+          </button>
+          <button class="btn btn-info insert-inline-tag" data-tag="slowo_obce">
+            słowo obce
+          </button>
+          <button class="btn btn-info insert-char">
+            znak spec.
+          </button>
+        </div>
+      {% endif %}
     </div>
   </div>
+  <div id="bubbles"></div>
   <div id="html-view" class="htmlview">
   </div>
 </div>