NIHVIVO-2403 Remove tabs from code
This commit is contained in:
parent
663090318d
commit
3ee550d0cd
4 changed files with 5 additions and 38 deletions
|
@ -3,17 +3,8 @@
|
|||
<#-- Note to UI team: do not change this div without also making the corresponding change in menu.jsp -->
|
||||
<div id="navAndSearch" class="block">
|
||||
<div id="primaryAndOther">
|
||||
<ul id="primary">
|
||||
<#list tabMenu.items as item>
|
||||
<li>
|
||||
<a href="${item.url}" <#if item.active> class="activeTab" </#if>>
|
||||
${item.linkText}
|
||||
</a>
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
<ul id="primary"><li> <!-- tabs have been removed --> </li></ul>
|
||||
</div>
|
||||
|
||||
<div id="searchBlock">
|
||||
<form id="searchForm" action="${urls.search}" >
|
||||
<label for="search">Search </label>
|
||||
|
@ -33,4 +24,4 @@
|
|||
</section>
|
||||
</#if>
|
||||
|
||||
<div id="content">
|
||||
<div id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue