summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-03-07 17:30:36 -0300
committerYaco <franco@reevo.org>2019-03-07 17:30:36 -0300
commit16acec72591138631915728ca6b493411726c004 (patch)
tree16725b0affba6f8bc1ad6d2316808a3a73126357
parentffec46a6f87e96010cb054762d7c933c342d040e (diff)
oculta objetos para no logueados
-rw-r--r--www/wiki/skins/bo/layout-tools.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/www/wiki/skins/bo/layout-tools.xml b/www/wiki/skins/bo/layout-tools.xml
index 5aabac8b..16a40c85 100644
--- a/www/wiki/skins/bo/layout-tools.xml
+++ b/www/wiki/skins/bo/layout-tools.xml
@@ -12,16 +12,17 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
@author Herbert Spencer
-->
<structure xmlns="https://cmln.github.io/chameleon/schema/1.0/layout.rng">
-
+
<component type="NavbarHorizontal" class='hidden-print'>
<modification type="Sticky"/>
- <component type="Logo" position="head"/>
+ <component type="Logo" position="head"/>
<component type="NavMenu" flatten="navigation" showTools="no" showLanguages="no"/>
<component type="SearchBar" position="right" buttons="search"/>
<component type="PersonalTools" position="right"/>
</component>
<grid class="smwomaingrid pagetools hidden-print">
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
<row>
<cell span="12">
<component type="PageTools" position="right" hideSelectedNameSpace="yes"/>
@@ -45,23 +46,24 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
<row class='footerwrap hidden-print'>
<grid class="smwofootergrid">
-
+
<row class="smwofooterrow">
<cell span="12">
+ <modification type="ShowOnlyFor" group="emailconfirmed, autoconfirmed" />
<component type="ToolbarHorizontal" hideTools="no" hideLanguages="yes"/>
</cell>
</row>
<row class="smwofooterrow">
-
- <cell span="6">
+
+ <cell span="12">
<component type="FooterInfo"/>
</cell>
-
- <cell span="6">
+
+ <!-- <cell span="6">
<component type="FooterPlaces"/>
<component type="FooterIcons"/>
- </cell>
+ </cell> -->
</row>
</grid>