= $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/project-list.tpl.php b/Theme/Backend/project-list.tpl.php
index a59ee6a..fe03788 100644
--- a/Theme/Backend/project-list.tpl.php
+++ b/Theme/Backend/project-list.tpl.php
@@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Projects') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| |
|
@@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getProject()->getName()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/risk-create.tpl.php b/Theme/Backend/risk-create.tpl.php
index 829e504..cd680ec 100644
--- a/Theme/Backend/risk-create.tpl.php
+++ b/Theme/Backend/risk-create.tpl.php
@@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
|
|
- |
|
+ |
|
@@ -89,7 +89,7 @@ echo $this->getData('nav')->render(); ?>
|
|
- | |
+ | |
@@ -126,7 +126,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
- |
|
+ |
|
@@ -167,7 +167,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
|
|
- |
|
+ |
|
@@ -212,7 +212,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
|
|
- |
|
+ |
|
@@ -274,7 +274,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
|
- |
|
+ |
diff --git a/Theme/Backend/risk-list.tpl.php b/Theme/Backend/risk-list.tpl.php
index 83b0272..8697ca2 100644
--- a/Theme/Backend/risk-list.tpl.php
+++ b/Theme/Backend/risk-list.tpl.php
@@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Risks') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| = $this->getHtml('Causes') ?>
| = $this->getHtml('Solutions') ?>
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml(\count($value->getRiskObjects())); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/risk-single.tpl.php b/Theme/Backend/risk-single.tpl.php
index 214fed0..1666cb5 100644
--- a/Theme/Backend/risk-single.tpl.php
+++ b/Theme/Backend/risk-single.tpl.php
@@ -80,7 +80,7 @@ echo $this->getData('nav')->render(); ?>
| |
- | |
+ | |
@@ -117,7 +117,7 @@ echo $this->getData('nav')->render(); ?>
| |
| |
- | |
+ | |
@@ -158,7 +158,7 @@ echo $this->getData('nav')->render(); ?>
| |
| |
| |
- | |
+ | |
@@ -203,7 +203,7 @@ echo $this->getData('nav')->render(); ?>
| |
| |
| |
- | |
+ | |
@@ -265,7 +265,7 @@ echo $this->getData('nav')->render(); ?>
| |
| |
- | |
+ |
diff --git a/Theme/Backend/solution-list.tpl.php b/Theme/Backend/solution-list.tpl.php
index bf2da99..aad05d9 100644
--- a/Theme/Backend/solution-list.tpl.php
+++ b/Theme/Backend/solution-list.tpl.php
@@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Solutions') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| = $this->getHtml('Risk') ?>
| = $this->getHtml('Cause') ?>
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getCause()->getTitle()); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php
index 5326754..c5c789c 100644
--- a/Theme/Backend/unit-list.tpl.php
+++ b/Theme/Backend/unit-list.tpl.php
@@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Units') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Name') ?>
| | | |
|
@@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getName()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/unit-single.tpl.php b/Theme/Backend/unit-single.tpl.php
index a43bac9..05ba461 100644
--- a/Theme/Backend/unit-single.tpl.php
+++ b/Theme/Backend/unit-single.tpl.php
@@ -85,7 +85,7 @@ echo $this->getData('nav')->render(); ?>
|
|
- | |
+ | |
@@ -102,7 +102,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Risks') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| = $this->getHtml('Causes') ?>
| = $this->getHtml('Solutions') ?>
@@ -120,7 +120,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml(\count($value->getRiskObjects())); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
@@ -136,7 +136,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Departments') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| | |
|
@@ -148,7 +148,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getDepartment()->getName()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
= $this->getHtml('Empty', '0', '0'); ?>
@@ -164,7 +164,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Categories') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| |
|
@@ -176,7 +176,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getTitle()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
= $this->getHtml('Empty', '0', '0'); ?>
@@ -192,7 +192,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Projects') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| |
|
@@ -204,7 +204,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getProject()->getName()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
= $this->getHtml('Empty', '0', '0'); ?>
@@ -220,7 +220,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Processes') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| |
|
@@ -232,7 +232,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getTitle()); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
= $this->getHtml('Empty', '0', '0'); ?>
@@ -248,7 +248,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Causes') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| = $this->getHtml('Risk') ?>
| |
@@ -262,7 +262,7 @@ echo $this->getData('nav')->render(); ?>
= $this->printHtml($value->getRisk()->getName()); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ |
= $this->getHtml('Empty', '0', '0'); ?>
@@ -278,7 +278,7 @@ echo $this->getData('nav')->render(); ?>
= $this->getHtml('Solutions') ?>
- | = $this->getHtml('ID', 0, 0); ?>
+ | = $this->getHtml('ID', '0', '0'); ?>
| = $this->getHtml('Title') ?>
| = $this->getHtml('Risk') ?>
| = $this->getHtml('Cause') ?>
@@ -294,7 +294,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($value->getCause()->getTitle()); ?>
- | | = $this->getHtml('Empty', 0, 0); ?>
+ | | = $this->getHtml('Empty', '0', '0'); ?>
| |