mirror of https://github.com/MISP/MISP
Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch
commit
2042226503
|
@ -106,7 +106,8 @@
|
|||
<li><a href="<?php echo $baseurl;?>/sharing_groups/add"><?php echo __('Add Sharing Group');?></a></li>
|
||||
<?php endif; ?>
|
||||
<li class="divider"></li>
|
||||
<li><a href="<?php echo $baseurl;?>/pages/display/doc/quickstart"><?php echo __('User Guide');?></a></li>
|
||||
<li><a href="https://www.circl.lu/doc/misp/" target="_blank"><?php echo __('User Guide');?></a></li>
|
||||
<li><a href="<?php echo $baseurl;?>/pages/display/doc/categories_and_types"><?php echo __('Categories & Types');?></a></li>
|
||||
<li><a href="<?php echo $baseurl;?>/users/terms"><?php echo __('Terms & Conditions');?></a></li>
|
||||
<li><a href="<?php echo $baseurl;?>/users/statistics"><?php echo __('Statistics');?></a></li>
|
||||
<li class="divider"></li>
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
<div class="actions <?php echo $debugMode;?>">
|
||||
<ol class="nav nav-list">
|
||||
<li><?php echo $this->Html->link(__('Quick Start'), array('controller' => 'pages', 'action' => 'display', 'doc', 'quickstart')); ?></li>
|
||||
<li><?php echo $this->Html->link(__('General Layout'), array('controller' => 'pages', 'action' => 'display', 'doc', 'general')); ?></li>
|
||||
<li><?php echo $this->Html->link(__('General Concepts'), array('controller' => 'pages', 'action' => 'display', 'doc', 'concepts')); ?></li>
|
||||
<li><?php echo $this->Html->link(__('User Management and Global actions'), array('controller' => 'pages', 'action' => 'display', 'doc', 'user_management')); ?></li>
|
||||
<li><?php echo $this->Html->link(__('Using the system'), array('controller' => 'pages', 'action' => 'display', 'doc', 'using_the_system')); ?></li>
|
||||
<li><?php echo $this->Html->link(__('Administration'), array('controller' => 'pages', 'action' => 'display', 'doc', 'administration')); ?></li>
|
||||
<li class="active"><?php echo $this->Html->link(__('Categories and Types'), array('controller' => 'pages', 'action' => 'display', 'doc', 'categories_and_types')); ?></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue