X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b718b3f69d43ba7f32f4ad6a5c31429fa3dc2c4e..529a7fdd7e951756677ea7705dfac67e8171bdfe:/platforma/templates/explorer/editor.html?ds=sidebyside diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html index 08f7d41e..a2ec61f4 100755 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -64,7 +64,8 @@ <script type="text/html" charset="utf-8" id="html-view-template"> <div class="htmlview-toolbar"> <a class="html-print-link" href="print" ui:baseref="{% url file_print fileid %}" target="_new">{% trans "Print version" %}</a> - <button class="html-add-motive" type="button">Dodaj motyw</button> + <button class="html-add-theme" type="button">Oznacz fragment motywem</button> + <button class="html-add-annotation" type="button">Dodaj przypis</button> </div> <div class="htmlview"> @@ -210,7 +211,7 @@ <tbody> <tr><th colspan="5">Themes in the database</th></tr> - {% regroup availble_themes by first_letter as grouped_themes %} + {% regroup available_themes by first_letter as grouped_themes %} {% for letter in grouped_themes %} <tr><th colspan="5" class="letter-heading">{{ letter.grouper }}</th></tr>