mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-01 00:38:42 +00:00
Path fix
This commit is contained in:
parent
b740a68f86
commit
0effe74345
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user