Sinulla ei ole tarvittavia rooleja tähän portlettiin.
Sinulla ei ole tarvittavia rooleja tähän portlettiin.

Actualidad Actualidad

Virhe tapahtui prosessoidessa esitysmallia.
Method public java.util.List com.liferay.portal.model.impl.LayoutImpl.getChildren() throws com.liferay.portal.kernel.exception.SystemException threw an exception when invoked on {uuid=593dc435-fe23-4caf-9cc4-1bdeff1d6fc0, plid=25150, groupId=20182, companyId=20155, userId=20547, userName=, createDate=Mon Apr 08 18:56:41 CEST 2019, modifiedDate=Tue Sep 20 13:43:29 CEST 2022, privateLayout=false, layoutId=273, parentLayoutId=227, name=<?xml version='1.0' encoding='UTF-8'?><root available-locales="es_ES" default-locale="es_ES"><Name language-id="es_ES">Espacio Sociolaboral</Name></root>, title=, description=, keywords=, robots=, type=portlet, typeSettings=column-1=56_INSTANCE_T8grGJDztIYP,
column-1-customizable=false
column-2=56_INSTANCE_IzaHjFES8n4t,56_INSTANCE_zARDBBOFOQx3,101_INSTANCE_p3pwChS3Ku0N,
column-2-customizable=false
column-3-customizable=false
column-4-customizable=false
column-5=56_INSTANCE_XvoMb032Soh9,
column-5-customizable=false
column-6=56_INSTANCE_OW4pUl0uprKv,101_INSTANCE_MkAq4zAjbgjM
column-6-customizable=false
layout-template-id=murcia-social-area-tematica Layout
layoutUpdateable=true
sitemap-changefreq=daily
sitemap-include=1
, hidden=false, friendlyURL=/sociolaboral, iconImage=false, iconImageId=0, themeId=classic, colorSchemeId=, wapThemeId=, wapColorSchemeId=, css=.murcia-social .left_details.interior-agenda .title2 {

}
.murcia-social .left_details.generico .title2 {
    line-height: 52px;
}

.murcia-social .left_details .title2 {
    font-size: 41px;
    color: #28a4e0;
    letter-spacing: -2px;
    line-height: 38px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 16px;
}
.nav.nav-add-controls, .nav.nav-account-controls{
   font-size:13px;
}
.aui .breadcrumb {

    background-color: transparent !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important;

}, priority=6, layoutPrototypeUuid=, layoutPrototypeLinkEnabled=false, sourcePrototypeLayoutUuid=} with arguments of types []
1<#assign serviceContext = staticUtil["com.liferay.portal.service.ServiceContextThreadLocal"].getServiceContext()> 
2<#assign themeDisplay = serviceContext.getThemeDisplay() /> 
3<#assign layouts = themeDisplay.getLayout().getChildren() /> 
4 
5<div class="sidebar-module"> 
6  <div class="title-blue">¿Qué desea ver?</div> 
7                    <!-- .arrow_links --> 
8  <div class="arrow_links"> 
9    <#list layouts as currentLayout> 
10        <#if !getterUtil.getBoolean(currentLayout.isHidden())> 
11             
12            <a href="${themeDisplay.getPathFriendlyURLPublic()}${themeDisplay.getScopeGroup().getFriendlyURL()}${currentLayout.getFriendlyURL()}"> 
13                <div class="arrow_link"> 
14                    ${currentLayout.getNameCurrentValue()} <img class="pull-right" src="${themeDisplay.getPathThemeImages()}/icons/icon_arrow.png" alt="${currentLayout.getTitleCurrentValue()}"> 
15                </div> 
16            </a> 
17        </#if> 
18    </#list> 
19  </div> 
20  <!-- /.arrow_links --> 
21</div>