diff --git a/Theme/Backend/accounts-create.tpl.php b/Theme/Backend/accounts-create.tpl.php index b9e23ea..369e497 100644 --- a/Theme/Backend/accounts-create.tpl.php +++ b/Theme/Backend/accounts-create.tpl.php @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index e94c38b..d9cf6f3 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); getText('Groups'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Status'); ?> getText('Name'); ?> getText('Activity'); ?> @@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); getCreatedAt()->format('Y-m-d H:i:s'); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/accounts-single.tpl.php b/Theme/Backend/accounts-single.tpl.php index 70b94b5..4aa7661 100644 --- a/Theme/Backend/accounts-single.tpl.php +++ b/Theme/Backend/accounts-single.tpl.php @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -66,7 +66,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -80,7 +80,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/groups-create.tpl.php b/Theme/Backend/groups-create.tpl.php index 8d92ecf..d1374e1 100644 --- a/Theme/Backend/groups-create.tpl.php +++ b/Theme/Backend/groups-create.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -57,7 +57,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php index 30d09d4..9b7c170 100644 --- a/Theme/Backend/groups-list.tpl.php +++ b/Theme/Backend/groups-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('Groups'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Parents'); ?> getText('Children'); ?> @@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/Backend/groups-single.tpl.php b/Theme/Backend/groups-single.tpl.php index bc10fae..03ccbc9 100644 --- a/Theme/Backend/groups-single.tpl.php +++ b/Theme/Backend/groups-single.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -75,7 +75,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 33695af..33af2e5 100644 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -34,7 +34,7 @@ $footerView->setResults(count($modules)); getText('Modules'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Version'); ?> getText('Status'); ?> @@ -56,7 +56,7 @@ $footerView->setResults(count($modules)); echo strtolower($this->getText('Available')); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/accounts-create.tpl.php b/Theme/backend/accounts-create.tpl.php index b9e23ea..369e497 100644 --- a/Theme/backend/accounts-create.tpl.php +++ b/Theme/backend/accounts-create.tpl.php @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/backend/accounts-list.tpl.php b/Theme/backend/accounts-list.tpl.php index e94c38b..d9cf6f3 100644 --- a/Theme/backend/accounts-list.tpl.php +++ b/Theme/backend/accounts-list.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); getText('Groups'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Status'); ?> getText('Name'); ?> getText('Activity'); ?> @@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); getCreatedAt()->format('Y-m-d H:i:s'); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/accounts-single.tpl.php b/Theme/backend/accounts-single.tpl.php index 70b94b5..4aa7661 100644 --- a/Theme/backend/accounts-single.tpl.php +++ b/Theme/backend/accounts-single.tpl.php @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -66,7 +66,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -80,7 +80,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/backend/groups-create.tpl.php b/Theme/backend/groups-create.tpl.php index 8d92ecf..d1374e1 100644 --- a/Theme/backend/groups-create.tpl.php +++ b/Theme/backend/groups-create.tpl.php @@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -57,7 +57,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/backend/groups-list.tpl.php b/Theme/backend/groups-list.tpl.php index 30d09d4..9b7c170 100644 --- a/Theme/backend/groups-list.tpl.php +++ b/Theme/backend/groups-list.tpl.php @@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?> getText('Groups'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Parents'); ?> getText('Children'); ?> @@ -49,7 +49,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/groups-single.tpl.php b/Theme/backend/groups-single.tpl.php index bc10fae..03ccbc9 100644 --- a/Theme/backend/groups-single.tpl.php +++ b/Theme/backend/groups-single.tpl.php @@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?> - + @@ -75,7 +75,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/backend/modules-list.tpl.php b/Theme/backend/modules-list.tpl.php index 33695af..33af2e5 100644 --- a/Theme/backend/modules-list.tpl.php +++ b/Theme/backend/modules-list.tpl.php @@ -34,7 +34,7 @@ $footerView->setResults(count($modules)); getText('Modules'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> getText('Name'); ?> getText('Version'); ?> getText('Status'); ?> @@ -56,7 +56,7 @@ $footerView->setResults(count($modules)); echo strtolower($this->getText('Available')); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?>