diff --git a/Theme/Backend/account-list.tpl.php b/Theme/Backend/account-list.tpl.php index 4152cdf..791d9cb 100644 --- a/Theme/Backend/account-list.tpl.php +++ b/Theme/Backend/account-list.tpl.php @@ -4,7 +4,7 @@ getHtml('Accounts') ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Account') ?> diff --git a/Theme/Backend/entries.tpl.php b/Theme/Backend/entries.tpl.php index 5a610b5..5e686f8 100644 --- a/Theme/Backend/entries.tpl.php +++ b/Theme/Backend/entries.tpl.php @@ -100,7 +100,7 @@ $footerView->setResults(1); - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> @@ -125,7 +125,7 @@ $footerView->setResults(1); - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> @@ -145,7 +145,7 @@ $footerView->setResults(1); - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> @@ -165,7 +165,7 @@ $footerView->setResults(1); - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/gl-create.tpl.php b/Theme/Backend/gl-create.tpl.php index 85dd0b0..bac7b9d 100644 --- a/Theme/Backend/gl-create.tpl.php +++ b/Theme/Backend/gl-create.tpl.php @@ -17,13 +17,13 @@ echo $this->getData('nav')->render(); ?>
-
+
-
+
diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 985e2ee..537b1a6 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?> getHtml('GL') ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Name') ?> @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index 39fca7b..d032307 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?> getHtml('Journal') ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Name') ?> @@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index 56a13b9..38d32ec 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?> getHtml('BatchPostings') ?> - getHtml('ID', 0, 0); ?> + getHtml('ID', '0', '0'); ?> getHtml('Name') ?> getHtml('Creator') ?> getHtml('Created') ?> @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?> - getHtml('Empty', 0, 0); ?> + getHtml('Empty', '0', '0'); ?> diff --git a/Theme/Backend/stack-create.tpl.php b/Theme/Backend/stack-create.tpl.php index 9895439..e44304b 100644 --- a/Theme/Backend/stack-create.tpl.php +++ b/Theme/Backend/stack-create.tpl.php @@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>