diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index f0fa834..ae47ad7 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index e593bf9..a82e530 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/Lang/en.lang.php b/Theme/backend/Lang/en.lang.php index a8e62a3..690c685 100644 --- a/Theme/backend/Lang/en.lang.php +++ b/Theme/backend/Lang/en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/profile-list.tpl.php b/Theme/backend/profile-list.tpl.php index e6160a2..ea95ece 100644 --- a/Theme/backend/profile-list.tpl.php +++ b/Theme/backend/profile-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/profile-single.tpl.php b/Theme/backend/profile-single.tpl.php index 749d803..ce652a0 100644 --- a/Theme/backend/profile-single.tpl.php +++ b/Theme/backend/profile-single.tpl.php @@ -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();
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Title'); ?> - | = $this->getText('Type'); ?> - | = $this->getText('Created'); ?> + | = $this->getText('Name', 'Media'); ?> + | = $this->getText('Type', 'Media'); ?> + | = $this->getText('Created', 'Media'); ?> |
| = $footerView->render(); ?> | ||||||