Now the export page uses a panel instead of a tabbed menu
This commit is contained in:
parent
9078b6b2ea
commit
2029931974
@ -701,25 +701,22 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php');
|
|||||||
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="enclosingDashboard" style="padding-top: 20px">
|
<div class="row" style="margin-top: 20px">
|
||||||
<div class="row">
|
<div class="col-md-4">
|
||||||
<div align="left" class="col-md-4">
|
<div class="panel panel-default">
|
||||||
<div class="moreToLeft">
|
<div class="panel-heading"><?php echo $hesklang['export']; ?></div>
|
||||||
<ul class="nav nav-tabs">
|
<?php
|
||||||
<?php
|
if (hesk_checkPermission('can_run_reports',0)) {
|
||||||
if ( hesk_checkPermission('can_run_reports',0) )
|
$canRunReports = true;
|
||||||
{
|
} else {
|
||||||
?>
|
$canRunReports = false;
|
||||||
<li><a href="reports.php"><?php echo $hesklang['reports_tab']; ?></a></li>
|
}
|
||||||
<?php } ?>
|
?>
|
||||||
<li class="active"><a href="#" onclick="return false;"><?php echo $hesklang['export']; ?></a></li>
|
<div class="panel-body" <?php if ($canRunReports) {echo 'style="margin-top: -15px;"';} ?>>
|
||||||
</ul>
|
<?php if ($canRunReports) { echo '<small><a href="reports.php">'.$hesklang['reports_tab'].'</a></small><div class="blankSpace"></div>';} ?>
|
||||||
<div class="summaryList">
|
<p><?php echo $hesklang['export_intro']; ?></p>
|
||||||
<div class="viewTicketSidebar">
|
</div>
|
||||||
<p><?php echo $hesklang['export_intro']; ?></p>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user