diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index 6b72a21..e4a3961 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -28,30 +28,34 @@ $footerView->setResults($this->getData('list:count')); echo $this->getData('nav')->render(); ?> -
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Status'); ?> - | = $this->getText('Name'); ?> - | = $this->getText('Activity'); ?> - | = $this->getText('Created'); ?> - |
| = $footerView->render(); ?> - | ||||
| = $value->getId(); ?> - | = $value->getStatus(); ?> - | = $value->getName1(); ?> - | = $value->getLastActive()->format('Y-m-d H:i:s'); ?> - | = $value->getCreatedAt()->format('Y-m-d H:i:s'); ?> - - - |
| = $this->getText('Empty', 0, 0); ?> - - | ||||
| = $this->getText('ID', 0, 0); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Activity'); ?> + | = $this->getText('Created'); ?> + |
| = $footerView->render(); ?> + | ||||
| = $value->getId(); ?> + | = $value->getStatus(); ?> + | = $value->getName1(); ?> + | = $value->getLastActive()->format('Y-m-d H:i:s'); ?> + | = $value->getCreatedAt()->format('Y-m-d H:i:s'); ?> + + + |
| = $this->getText('Empty', 0, 0); ?> + + | ||||
| = $this->getText('ID', 0, 0); ?> - | = $this->getText('Name'); ?> - | = $this->getText('Version'); ?> - | = $this->getText('Status'); ?> - |
| = $footerView->render(); ?> - | |||
| = $module['name']['internal']; ?> - | = $module['name']['external']; ?> - | = $module['version']; ?> - | getText('Active')); - elseif (in_array($module['name']['internal'], $installed)) - echo strtolower($this->getText('Inactive')); - else - echo strtolower($this->getText('Available')); ?> - - - |
| = $this->getText('Empty', 0, 0); ?> - - | |||
| = $this->getText('ID', 0, 0); ?> + | = $this->getText('Name'); ?> + | = $this->getText('Version'); ?> + | = $this->getText('Status'); ?> + |
| = $footerView->render(); ?> + | |||
| = $module['name']['internal']; ?> + | = $module['name']['external']; ?> + | = $module['version']; ?> + | getText('Active')); + elseif (in_array($module['name']['internal'], $installed)) + echo strtolower($this->getText('Inactive')); + else + echo strtolower($this->getText('Available')); ?> + + + |
| = $this->getText('Empty', 0, 0); ?> + + | |||
| = $this->getText('Name') ?> - | = $modules[$id]['name']['external']; ?> - |
| = $this->getText('Version') ?> - | = $modules[$id]['version'] ?> - |
| = $this->getText('CreatedBy') ?> - | = $modules[$id]['creator']['name'] ?> - |
| = $this->getText('Website') ?> - | = $modules[$id]['creator']['website'] ?> - |
| = $this->getText('Description') ?> - | = $modules[$id]['description'] ?> - |
| - - - - - - - - - - | |
| = $this->getText('Name') ?> + | = $modules[$id]['name']['external']; ?> + |
| = $this->getText('Version') ?> + | = $modules[$id]['version'] ?> + |
| = $this->getText('CreatedBy') ?> + | = $modules[$id]['creator']['name'] ?> + |
| = $this->getText('Website') ?> + | = $modules[$id]['creator']['website'] ?> + |
| = $this->getText('Description') ?> + | = $modules[$id]['description'] ?> + |
| + + + + + + + + + + | |