Skip to content

Commit a04498a

Browse files
committed
Modifying the management of toggles provided by the layout engine in order to hos/hide header part or domain navigation part.
1 parent 2b67556 commit a04498a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

aurora/aurora-configuration/src/main/config/data/web/weblib.war/Aurora/css/stylesheet.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ html,button,body, td, div, a , input, select, textarea, #myProfileFiche .statut,
218218

219219
#sp-layout-body-part-layout-toggle-part {
220220
margin-bottom: -8px;
221-
position: relative;
222221
}
223222
/********************************** ELMTS FOOTER *******************************/
224223

aurora/aurora-war/src/main/webapp/look/jsp/bodyPartAurora.jsp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<c:if test="${lookHelper != null}">
3737
<jsp:useBean id="lookHelper" type="org.silverpeas.looks.aurora.LookAuroraHelper"/>
3838
<c:set var="navigationWidth" value="${lookHelper.getSettings('domainsBarFramesetWidth','260')}px"/>
39-
<c:set var="redExtLabel" value="${lookHelper.getString('look.layout.reduce')}"/>
4039
<c:set var="bodyPartSettings" value="${lookHelper.getBodyPartSettings(pageContext.request)}"/>
4140
<jsp:useBean id="bodyPartSettings" type="org.silverpeas.looks.aurora.BodyPartSettings"/>
4241
<c:set var="paramsForDomainsBar" value="${bodyPartSettings.domainsBarParams}"/>
@@ -79,10 +78,7 @@
7978
border: 0;
8079
}
8180
</style>
82-
<div id="sp-layout-body-part-layout-toggle-part" style="display: none">
83-
<div id="navigation-toggle" style="display: none"><img src="icons/silverpeasV5/reduct.gif" alt="${redExtLabel}" title="${redExtLabel}"/></div>
84-
<div id="header-toggle"><img src="icons/silverpeasV5/reductTopBar.gif" alt="${redExtLabel}" title="${redExtLabel}"/></div>
85-
</div>
81+
<div id="sp-layout-body-part-layout-toggle-part" style="display: none"></div>
8682
<div id="sp-layout-body-part-layout">
8783
<div id="sp-layout-body-part-layout-navigation-part"></div>
8884
<div id="sp-layout-body-part-layout-content-part">

0 commit comments

Comments
 (0)