Remove sidebar titles
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Reportings') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('AnalyticController', 'tasks') ?>>
|
<li <?= $this->app->checkMenuSelection('AnalyticController', 'tasks') ?>>
|
||||||
<?= $this->url->link(t('Task distribution'), 'AnalyticController', 'tasks', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Task distribution'), 'AnalyticController', 'tasks', array('project_id' => $project['id'])) ?>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Actions') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('ConfigController', 'index') ?>>
|
<li <?= $this->app->checkMenuSelection('ConfigController', 'index') ?>>
|
||||||
<?= $this->url->link(t('About'), 'ConfigController', 'index') ?>
|
<?= $this->url->link(t('About'), 'ConfigController', 'index') ?>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Exports') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('ExportController', 'tasks') ?>>
|
<li <?= $this->app->checkMenuSelection('ExportController', 'tasks') ?>>
|
||||||
<?= $this->url->link(t('Tasks'), 'ExportController', 'tasks', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Tasks'), 'ExportController', 'tasks', array('project_id' => $project['id'])) ?>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Actions') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('PluginController', 'show') ?>>
|
<li <?= $this->app->checkMenuSelection('PluginController', 'show') ?>>
|
||||||
<?= $this->url->link(t('Installed Plugins'), 'PluginController', 'show') ?>
|
<?= $this->url->link(t('Installed Plugins'), 'PluginController', 'show') ?>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Actions') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('ProjectViewController', 'show') ?>>
|
<li <?= $this->app->checkMenuSelection('ProjectViewController', 'show') ?>>
|
||||||
<?= $this->url->link(t('Summary'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Summary'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?>
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Actions') ?></h2>
|
|
||||||
|
|
||||||
<?= $this->form->select(
|
<?= $this->form->select(
|
||||||
'user_id',
|
'user_id',
|
||||||
$users,
|
$users,
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Imports') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li <?= $this->app->checkMenuSelection('TaskImportController', 'show') ?>>
|
<li <?= $this->app->checkMenuSelection('TaskImportController', 'show') ?>>
|
||||||
<?= $this->url->link(t('Tasks').' (CSV)', 'TaskImportController', 'show', array('project_id' => $project['id'])) ?>
|
<?= $this->url->link(t('Tasks').' (CSV)', 'TaskImportController', 'show', array('project_id' => $project['id'])) ?>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<h2><?= t('Information') ?></h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<?php if ($this->user->hasAccess('UserViewController', 'show')): ?>
|
<?php if ($this->user->hasAccess('UserViewController', 'show')): ?>
|
||||||
<li <?= $this->app->checkMenuSelection('UserViewController', 'show') ?>>
|
<li <?= $this->app->checkMenuSelection('UserViewController', 'show') ?>>
|
||||||
@@ -35,10 +34,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?= $this->hook->render('template:user:sidebar:information', array('user' => $user)) ?>
|
<?= $this->hook->render('template:user:sidebar:information', array('user' => $user)) ?>
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2><?= t('Actions') ?></h2>
|
|
||||||
<ul>
|
|
||||||
<?php if ($this->user->isAdmin() || $this->user->isCurrentUser($user['id'])): ?>
|
<?php if ($this->user->isAdmin() || $this->user->isCurrentUser($user['id'])): ?>
|
||||||
|
|
||||||
<?php if ($this->user->hasAccess('UserModificationController', 'show')): ?>
|
<?php if ($this->user->hasAccess('UserModificationController', 'show')): ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user