Skip to content
Snippets Groups Projects
Commit d38427d9 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Remove search for the right tab menu

parent 9d0647ef
No related branches found
No related tags found
No related merge requests found
...@@ -589,7 +589,7 @@ class UabVectorTemplate extends QuickTemplate { ...@@ -589,7 +589,7 @@ class UabVectorTemplate extends QuickTemplate {
<?php $this->renderNavigation( array( 'NAMESPACES', 'VARIANTS' ) ); ?> <?php $this->renderNavigation( array( 'NAMESPACES', 'VARIANTS' ) ); ?>
</div> </div>
<div id="right-navigation"> <div id="right-navigation">
<?php $this->renderNavigation( array( 'VIEWS', 'ACTIONS', 'SEARCH' ) ); ?> <?php $this->renderNavigation( array( 'VIEWS', 'ACTIONS' ) ); ?>
</div> </div>
</div> </div>
<!-- /header --> <!-- /header -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment