Author: sdumitriu
Date: 2008-02-13 23:25:58 +0100 (Wed, 13 Feb 2008)
New Revision: 7713

Modified:
   
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/Backlinks
   
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/EditTranslations
Log:
XAPANELS-42: Some panels break the panel wizard
Fixed.


Modified: 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/Backlinks
===================================================================
--- 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/Backlinks
  2008-02-13 22:18:02 UTC (rev 7712)
+++ 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/Backlinks
  2008-02-13 22:25:58 UTC (rev 7713)
@@ -136,7 +136,7 @@
 </property>
 <property>
 <content>#set($blinks = $doc.getBacklinks())
-#if($blinks.size()&gt;0)
+#if($blinks.size()&gt;0 || $showEmptyPanels)
 #panelheader('Backlinks')
 #set($first = true)
 #foreach($docname in $blinks)

Modified: 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/EditTranslations
===================================================================
--- 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/EditTranslations
   2008-02-13 22:18:02 UTC (rev 7712)
+++ 
xwiki-platform/xwiki-applications/trunk/panels/src/main/resources/Panels/EditTranslations
   2008-02-13 22:25:58 UTC (rev 7713)
@@ -99,7 +99,7 @@
 <category>Information</category>
 </property>
 <property>
-<content>#if($xwiki.isMultiLingual()==true)
+<content>#if($xwiki.isMultiLingual()==true || $showEmptyPanels)
   #largepanelheader($msg.get("panels.translation.title"))
   
#if(($request.language)&amp;&amp;($request.language!="default")&amp;&amp;($doc.defaultLanguage!=$request.language))
     #set($forcetrans = $request.language)

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

Reply via email to