Skip to content
Snippets Groups Projects
Commit 4d074562 authored by Jared Hancock's avatar Jared Hancock
Browse files

ui: Add 'Check Ticket Status' button if knowledgebase disabled

parent e648679f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,12 @@ require(CLIENTINC_DIR.'header.inc.php');
<a href="open.php" style="display:block" class="blue button"><?php
echo __('Open a New Ticket');?></a>
</p>
<?php if ($cfg && !$cfg->isKnowledgebaseEnabled()) { ?>
<p>
<a href="view.php" style="display:block" class="green button"><?php
echo __('Check Ticket Status');?></a>
</p>
<?php } ?>
</div>
<div class="content"><?php
$faqs = FAQ::getFeatured()->select_related('category')->limit(5);
......
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