mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 06:38:40 +00:00
File path fixes
This commit is contained in:
parent
48ed64a02f
commit
afc94bce89
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
* PHP Version 7.0
|
* PHP Version 7.1
|
||||||
*
|
*
|
||||||
* @category TBD
|
* @category TBD
|
||||||
* @package TBD
|
* @package TBD
|
||||||
|
|
@ -85,13 +85,13 @@ echo $this->getData('nav')->render();
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Media'); ?></caption>
|
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID', 0, 0); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Title'); ?>
|
<td class="wf-100"><?= $this->getText('Name', 'Media'); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type', 'Media'); ?>
|
||||||
<td><?= $this->getText('Created'); ?>
|
<td><?= $this->getText('Created', 'Media'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr><td colspan="4"><?= $footerView->render(); ?>
|
<tr><td colspan="4"><?= $footerView->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user