This commit is contained in:
Dennis Eichhorn 2017-09-26 16:04:56 +02:00
parent 8cc5234866
commit 872ab5b2f2
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ return ['Marketing' => [
'Location' => 'Location', 'Location' => 'Location',
'Name' => 'Name', 'Name' => 'Name',
'Promotion' => 'Promotion', 'Promotion' => 'Promotion',
'Promotions' => 'Promotions',
'Sales' => 'Sales', 'Sales' => 'Sales',
'Start' => 'Start', 'Start' => 'Start',
'Status' => 'Status', 'Status' => 'Status',

View File

@ -25,7 +25,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('Projects'); ?></caption> <caption><?= $this->getHtml('Promotions'); ?></caption>
<thead> <thead>
<tr> <tr>
<td class="wf-100"><?= $this->getHtml('Title') ?> <td class="wf-100"><?= $this->getHtml('Title') ?>