X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0602376974810e6709409a69b010c5a68b5c3040..12e7b7cbf07c8633f3093df7b4898156cca768f6:/project/templates/explorer/editor.html

diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 2d63419f..ac496db0 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -14,15 +14,16 @@
 {% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
 
 {% block header-toolbar %}
+	<button type="button" class="toolbar-button" id="toolbar-button-commit">Commit</button>
 	<button type="button" class="toolbar-button" id="toolbar-button-save" disabled="disabled">Zapisz</button>
 {% endblock %}
 {% block maincontent %}
         <div id="panels">
             {% for n in panel_list %}
-            <div class="panel-wrap" id="panel-{{n}}">
+            <div class="panel-wrap{% if forloop.last %} last-panel{% endif %}" id="panel-{{n}}">
                 <div class="panel-toolbar">
-                    <label for="select-left-panel">{{n|capfirst}} panel:</label>
-                    <select name="select-left-panel" id="panel-{{n}}-select">
+                    <label for="select-{{n}}-panel">{{n|capfirst}} panel:</label>
+                    <select name="select-{{n}}-panel" id="panel-{{n}}-select">
                         <option value="{% url xmleditor_panel hash %}" name="xmleditor">Edytor XML</option>
                         <option value="{% url htmleditor_panel hash %}" name="htmleditor">Edytor HTML</option>
                         <option value="{% url gallery_panel hash %}" name="gallery">Galeria skanów</option>