Author: vmassol
Date: 2008-02-03 09:38:36 +0100 (Sun, 03 Feb 2008)
New Revision: 7282

Modified:
   xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/editpanels.vm
Log:
XWIKI-2053: Provide CSS hooks to allow to style Panels selectively

* Aligned with Albatross skin. What we need now is to separate the panel lists 
from this vm so that this vm can be reused by all skins and the skins can 
specify their list of panels

Modified: 
xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/editpanels.vm
===================================================================
--- xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/editpanels.vm   
2008-02-03 01:28:52 UTC (rev 7281)
+++ xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/editpanels.vm   
2008-02-03 08:38:36 UTC (rev 7282)
@@ -17,6 +17,7 @@
 </div>
 #if($editor == "wysiwyg")
 <script type="text/javascript">
+//<![CDATA[
   if (browser.isIE || browser.isMozilla || browser.isGecko  || 
browser.isSafari) {
     var panels = document.getElementById("editPanels");
     if(document.getElementById("xwikisyntaxhelppanel"))
@@ -24,5 +25,6 @@
     if (document.getElementById("simpleedittoolbar"))
         document.getElementById("simpleedittoolbar").style.display = "none";
   }
+//]]>
 </script>
 #end

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to