Poprawiony ostatni panel ("prawy").
authorŁukasz Rekucki <lrekucki@gmail.com>
Fri, 28 Aug 2009 10:01:01 +0000 (12:01 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Fri, 28 Aug 2009 10:01:01 +0000 (12:01 +0200)
project/static/js/editor.js
project/templates/explorer/editor.html

index eb87f43..f238e18 100644 (file)
@@ -113,8 +113,6 @@ Editor.prototype.setupUI = function() {
        // set up the UI visually and attach callbacks
        var self = this;
    
-     $('*.panel-wrap:last', this.rootDiv).addClass('last-panel');       
-    
        self.rootDiv.makeHorizPanel({}); // TODO: this probably doesn't belong into jQuery
     self.rootDiv.css('top', ($('#header').outerHeight() ) + 'px');
     
index 2d63419..7be73b3 100644 (file)
 {% 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>