Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Server - Top Menu - Is this possible to hide the top menu ?


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hi,

 

You may try removing the elements from the top Manu.

You can do by commenting out the following in /WEB-INF/decorators/decorator.jsp

<div class="sectionLeft">
            <c:if test="${pageProperties['meta.noMenu']==null}">
               <div id="mainNavigation" tabindex="2" class="menuRoot menu horizontal primaryNav" js-navtype="actionmenu" role="menubar" aria-label="Main Menu"><!--FIXME ARIA i18n -->
                   <ul id="navigationOptions" js-navtype="actionmenu" data-component-type="navigation">
                       <li id="main_home" js-navtype="actionmenu" role="menuitem" class="leaf hidden" aria-label="<spring:message code="menu.home"/>" data-title="true">
                           <p class="wrap button"><span class="icon"></span><spring:message code="menu.home"/></p>
                       </li>
                       <c:if test='<%= !((NavigationActionModelSupport)application.getAttribute("concreteNavigationActionModelSupport")).banUserRole() %>'>
                           <li id="main_library" js-navtype="actionmenu" role="menuitem" class="leaf hidden">
                               <p class="wrap button"><span class="icon"></span><spring:message code="menu.library"/></p>
                           </li>
                       </c:if>
                   </ul>
               </div>
             </c:if>
        </div>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...