Now the export page uses a panel instead of a tabbed menu
This commit is contained in:
parent
9078b6b2ea
commit
2029931974
@ -701,26 +701,23 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php');
|
||||
require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
|
||||
?>
|
||||
|
||||
<div class="enclosingDashboard" style="padding-top: 20px">
|
||||
<div class="row">
|
||||
<div align="left" class="col-md-4">
|
||||
<div class="moreToLeft">
|
||||
<ul class="nav nav-tabs">
|
||||
<div class="row" style="margin-top: 20px">
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><?php echo $hesklang['export']; ?></div>
|
||||
<?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>
|
||||
</ul>
|
||||
<div class="summaryList">
|
||||
<div class="viewTicketSidebar">
|
||||
<div class="panel-body" <?php if ($canRunReports) {echo 'style="margin-top: -15px;"';} ?>>
|
||||
<?php if ($canRunReports) { echo '<small><a href="reports.php">'.$hesklang['reports_tab'].'</a></small><div class="blankSpace"></div>';} ?>
|
||||
<p><?php echo $hesklang['export_intro']; ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<?php
|
||||
/* This will handle error, success and notice messages */
|
||||
|
Loading…
x
Reference in New Issue
Block a user