X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fc8724242d7f5bbba51812a118d86aead57f32b..4251322e9eb5dfbe3ab182fecaafd4c7a5a85b83:/project/templates/explorer/file_xml.html?ds=sidebyside diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 58219def..fe7e0c0e 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -7,7 +7,7 @@ <script src="/static/js/jquery.wtooltip.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/jquery.hpanel.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/panels.js" type="text/javascript" charset="utf-8"></script> - <script src="/static/js/save-commit.js" type="text/javascript" charset="utf-8"></script> + <script src="/static/js/editor.js" type="text/javascript" charset="utf-8"></script> {% endblock extrahead %} {% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a> ⯠plik {{ hash }}{% endblock breadcrumbs %} @@ -23,7 +23,8 @@ <select name="select-left-panel" id="select-left-panel"> <option value="{% url xmleditor_panel hash %}">Edytor XML</option> <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> - <option value="{% url gallery_panel hash %}">Galeria skanów</option> + <option value="{% url gallery_panel hash %}">Galeria skanów</option> + <option value="{% url dceditor_panel hash %}">Edytor DublinCore</option> </select> <strong class="change-notification" style="display: none">Zmieniono!</strong> </div> @@ -37,6 +38,7 @@ <option value="{% url xmleditor_panel hash %}">Edytor XML</option> <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> <option value="{% url gallery_panel hash %}">Galeria skanów</option> + <option value="{% url dceditor_panel hash %}">Edytor DublinCore</option> </select> <strong class="change-notification" style="display: none">Zmieniono!</strong> </div>