Bug fix QA badges

This commit is contained in:
Dennis Eichhorn 2017-10-07 17:52:14 +02:00
parent b423d9ef87
commit 7b6e134c7c
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://orange-management.com
*/ */
return ['Knowledgebase' => [ return ['QA' => [
'QA' => 'QA', 'QA' => 'QA',
'Badges' => 'Badges',
'List' => 'List',
'Name' => 'Name',
]]; ]];

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render();
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table class="table red"> <table class="table red">
<caption><?= $this->getHtml('Groups') ?></caption> <caption><?= $this->getHtml('Badges') ?></caption>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('ID', 0, 0); ?> <td><?= $this->getHtml('ID', 0, 0); ?>