From: Lukasz Rekucki <lreqc@localhost.(none)>
Date: Mon, 24 Aug 2009 07:53:11 +0000 (+0200)
Subject: Overlay deleted.
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/bf77ae4a3e1a3593c2fac8c289f177aec15602c9?ds=inline;hp=-c

Overlay deleted.
---

bf77ae4a3e1a3593c2fac8c289f177aec15602c9
diff --git a/project/static/js/panels.js b/project/static/js/panels.js
index 562d82b4..c680331b 100644
--- a/project/static/js/panels.js
+++ b/project/static/js/panels.js
@@ -57,7 +57,7 @@ $(function() {
 //        resizePanels();
 //    })
 
-	$('#panels').make_hpanel({});
+      $('#panels').make_hpanel({});
    	
 //    $('#left-panel-wrap').bind('resizable:stop', resizePanels)
 //        .resizable({minWidth: 8});    
diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html
index 4bf439c4..1681d9cd 100644
--- a/project/templates/explorer/file_xml.html
+++ b/project/templates/explorer/file_xml.html
@@ -14,19 +14,16 @@
 
 {% block maincontent %}
         <div id="panels">
-			<div class="panels-mouse-overlay"><!-- mouse overlay --></div>		
             <div id="left-panel-wrap" class="panel-wrap">
-                <div id="left-panel" class="panel">
-                     <div id="left-panel-toolbar" class="panel-toolbar">
+               <div id="left-panel-toolbar" class="panel-toolbar">
                             <label for="select-left-panel">Lewy panel:</label>
                             <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>                                   		</select>
-                    </div>
-                    <div id="left-panel-contents" class="panel-contents"></div>
-                    <button class="panel-slider">&nbsp;</button>
-                </div>
+                            <option value="{% url gallery_panel hash %}">Galeria skanów</option>                                   		</select>
+               </div>
+               <div id="left-panel-contents" class="panel-contents"></div>
+               <button class="panel-slider">&nbsp;</button>
             </div>
             <div id="right-panel-wrap" class="panel-wrap no-slider">
                 <div id="right-panel-toolbar" class="panel-toolbar">