File path fixes

This commit is contained in:
Dennis Eichhorn 2017-01-26 16:42:54 +01:00
parent 48ed64a02f
commit afc94bce89
5 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD

View File

@ -2,7 +2,7 @@
/**
* Orange Management
*
* PHP Version 7.0
* PHP Version 7.1
*
* @category TBD
* @package TBD
@ -85,13 +85,13 @@ echo $this->getData('nav')->render();
<div class="box w-100">
<table class="table">
<caption><?= $this->getText('Media'); ?></caption>
<caption><?= $this->getText('Media', 'Media'); ?></caption>
<thead>
<tr>
<td><?= $this->getText('ID', 0, 0); ?>
<td class="wf-100"><?= $this->getText('Title'); ?>
<td><?= $this->getText('Type'); ?>
<td><?= $this->getText('Created'); ?>
<td class="wf-100"><?= $this->getText('Name', 'Media'); ?>
<td><?= $this->getText('Type', 'Media'); ?>
<td><?= $this->getText('Created', 'Media'); ?>
<tfoot>
<tr><td colspan="4"><?= $footerView->render(); ?>
<tbody>