Index: src/main/resources/Panels/PanelWizard =================================================================== --- src/main/resources/Panels/PanelWizard (revision 5130) +++ src/main/resources/Panels/PanelWizard (working copy) @@ -186,10 +186,10 @@ Choose a page layout: #set($crtlayout = 0) -#if($showLeftPanels == "1") +#if($showLeftPanels and $showLeftPanels == "1") #set($crtlayout = $crtlayout + 1) #end -#if($showRightPanels == "1") +#if($showRightPanels and $showRightPanels == "1") #set($crtlayout = $crtlayout + 2) #end <div class="pagelayoutoptions"> Index: src/main/resources/Panels/PanelTemplate =================================================================== --- src/main/resources/Panels/PanelTemplate (revision 5130) +++ src/main/resources/Panels/PanelTemplate (working copy) @@ -93,6 +93,9 @@ view +Information + + Panel Description @@ -101,7 +104,7 @@ #panelfooter() -Panel Name +Panel Name #includeForm("Panels.PanelSheet") Index: src/main/resources/Panels/Backlinks =================================================================== --- src/main/resources/Panels/Backlinks (revision 5130) +++ src/main/resources/Panels/Backlinks (working copy) @@ -137,7 +137,8 @@ #set($blinks = $doc.getBacklinks()) #if($blinks.size()>0) -#panelheader('Backlinks') +#panelheader('Backlinks') +#set($first = true) #foreach($docname in $blinks) #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) #if($first == true) Index: src/main/resources/Panels/PanelLayoutUpdate =================================================================== --- src/main/resources/Panels/PanelLayoutUpdate (revision 5130) +++ src/main/resources/Panels/PanelLayoutUpdate (working copy) @@ -24,7 +24,7 @@ #xwikimessageboxstart("Place Manager" "") You are not admin on this place ($place). #xwikimessageboxend() -#elseif($request.xpage == "plain") +#elseif($request.xpage and $request.xpage == "plain") #if((!$place)||($place=="")) #set($prefsdoc = $xwiki.getDocument("XWiki.XWikiPreferences")) #set($ok = $prefsdoc.use("XWiki.XWikiPreferences"))