X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9202593034e80f15577c7bc39af7245a25aacb10..061f517181630ee982c33aee63965b18965fd5aa:/platforma/templates/explorer/editor.html diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html index 7bc9c617..2e8a6b4b 100755 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -12,9 +12,8 @@ docID: '{{ fileid }}', userID: '{{ euser }}', docURL: '{% url document_view fileid %}{% if euser %}?user={{ euser|urlencode }}{% endif %}', - toolbarURL: '{% url toolbar_buttons %}', - renderURL: '{% url api.views.render %}', - staticURL: '{{ STATIC_URL }}' + toolbarURL: '{% url toolbar_buttons %}', + staticURL: '{{ STATIC_URL }}' } </script> @@ -65,23 +64,13 @@ <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-serialize" type="button">Serializuj</button> </div> <div class="htmlview"> </div> </script> - - <script type="text/html" charset="utf-8" id="html-view-frag-menu-template"> - <span class="default-menu context-menu"> - <span class="edit-button">Edytuj</span> - </span> - <span class="edit-menu context-menu"> - <span class="accept-button">OK</span> - <span class="reject-button">Anuluj</span> - </span> - </script> - - <script type="text/html" charset="utf-8" id="flash-view-template"> <div class="flashview"> @@ -135,7 +124,14 @@ <script type="text/html" charset="utf-8" id="image-gallery-empty-template"> <div class="image-gallery-empty-template"> - Galeria jest pusta + <div class="empty-gallery-info">Galeria dla tego dokumentu nie istnieje i/lub jest pusta.</div> + + {% if user.is_superuser %} + <div class="choose-gallery"> + <p>DoÅÄ cz galeriÄ do dokumentu:</p> + <p>{{ gallery_form.subpath }} <input class="choose-gallery-button" type="submit" value="DoÅÄ cz"></p> + </div> + {% endif %} </div> </script>