Moved the implementation of testing companies to service providers and removed the field from companies, close issue #1
This commit is contained in:
parent
d887f518ef
commit
47bc2c2c4d
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
# Cost Benefit Projection (3.3.9)
|
||||
# Cost Benefit Projection (3.3.10)
|
||||
|
||||
This is a [Joomla 3.x] (http://www.joomla.org/) component.
|
||||
|
||||
@ -22,12 +22,12 @@ max_input_vars = 5000
|
||||
+ *Author*: [Llewellyn van der Merwe] (mailto:llewellyn@vdm.io)
|
||||
+ *Name*: [Cost Benefit Projection] (https://www.staffhealthcbp.com/)
|
||||
+ *First Build*: 15th June, 2012
|
||||
+ *Last Build*: 18th March, 2016
|
||||
+ *Version*: 3.3.9
|
||||
+ *Last Build*: 22nd March, 2016
|
||||
+ *Version*: 3.3.10
|
||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||
+ *Line count*: **83937**
|
||||
+ *File count*: **555**
|
||||
+ *Line count*: **83985**
|
||||
+ *File count*: **558**
|
||||
+ *Folder count*: **101**
|
||||
|
||||
> This **component** was build with a Joomla [Automated Component Builder] (https://www.vdm.io/joomla-component-builder).
|
||||
|
@ -45,7 +45,6 @@
|
||||
<action name="company.edit.datayear" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DATAYEAR" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DATAYEAR_DESC" />
|
||||
<action name="company.edit.department" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DEPARTMENT" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DEPARTMENT_DESC" />
|
||||
<action name="company.edit.email" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_EMAIL" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_EMAIL_DESC" />
|
||||
<action name="company.edit.mode" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE_DESC" />
|
||||
<action name="company.edit.own" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_OWN" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_OWN_DESC" />
|
||||
<action name="company.edit.per" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PER" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PER_DESC" />
|
||||
<action name="company.edit.percentfemale" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PERCENTFEMALE" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PERCENTFEMALE_DESC" />
|
||||
@ -173,7 +172,6 @@
|
||||
<action name="company.edit.department" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DEPARTMENT" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DEPARTMENT_DESC" />
|
||||
<action name="company.edit.country" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_COUNTRY" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_COUNTRY_DESC" />
|
||||
<action name="company.edit.service_provider" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_SERVICE_PROVIDER" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_SERVICE_PROVIDER_DESC" />
|
||||
<action name="company.edit.mode" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE_DESC" />
|
||||
<action name="company.edit.per" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PER" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PER_DESC" />
|
||||
<action name="company.edit.percentfemale" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PERCENTFEMALE" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PERCENTFEMALE_DESC" />
|
||||
<action name="company.edit.causesrisks" title="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_CAUSESRISKS" description="COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_CAUSESRISKS_DESC" />
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage admin.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causerisk.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causesrisks.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage combinedresults.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage companies.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage company.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage companyresults.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage countries.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage country.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage currencies.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage currency.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage dashboard.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data_sets.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage help_document.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage help_documents.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage intervention.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage interventions.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage scaling_factor.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage scaling_factors.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage service_provider.css
|
||||
|
@ -2,8 +2,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage service_providers.css
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage controller.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage ajax.json.php
|
||||
@ -56,6 +56,7 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
case 'calculatedResult':
|
||||
try
|
||||
{
|
||||
$returnRaw = $jinput->get('raw', false, 'BOOLEAN');
|
||||
$idValue = $jinput->get('id', NULL, 'INT');
|
||||
$dataValue = $jinput->get('data', NULL, 'BASE64');
|
||||
if($idValue && $dataValue && $user->id != 0)
|
||||
@ -70,6 +71,10 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
{
|
||||
echo $_GET['callback'] . "(".json_encode($result).");";
|
||||
}
|
||||
elseif($returnRaw)
|
||||
{
|
||||
echo json_encode($result);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "(".json_encode($result).");";
|
||||
@ -90,6 +95,7 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
case 'interventionBuildTable':
|
||||
try
|
||||
{
|
||||
$returnRaw = $jinput->get('raw', false, 'BOOLEAN');
|
||||
$idNameValue = $jinput->get('idName', NULL, 'CMD');
|
||||
$ojectValue = $jinput->get('oject', NULL, 'STRING');
|
||||
$clusterValue = $jinput->get('cluster', NULL, 'WORD');
|
||||
@ -105,6 +111,10 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
{
|
||||
echo $_GET['callback'] . "(".json_encode($result).");";
|
||||
}
|
||||
elseif($returnRaw)
|
||||
{
|
||||
echo json_encode($result);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "(".json_encode($result).");";
|
||||
@ -125,6 +135,7 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
case 'getClusterData':
|
||||
try
|
||||
{
|
||||
$returnRaw = $jinput->get('raw', false, 'BOOLEAN');
|
||||
$idNameValue = $jinput->get('idName', NULL, 'CMD');
|
||||
$clusterValue = $jinput->get('cluster', NULL, 'STRING');
|
||||
if($idNameValue && $clusterValue && $user->id != 0)
|
||||
@ -139,6 +150,10 @@ class CostbenefitprojectionControllerAjax extends JControllerLegacy
|
||||
{
|
||||
echo $_GET['callback'] . "(".json_encode($result).");";
|
||||
}
|
||||
elseif($returnRaw)
|
||||
{
|
||||
echo json_encode($result);
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "(".json_encode($result).");";
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causerisk.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causesrisks.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage combinedresults.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage companies.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage company.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage companyresults.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage costbenefitprojection.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage countries.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage country.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage currencies.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage currency.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data_sets.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage help.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage help_document.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage help_documents.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage import.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage intervention.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage interventions.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage scaling_factor.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage scaling_factors.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage service_provider.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage service_providers.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage costbenefitprojection.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage costbenefitprojection.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage batch_.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage sum.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage sumcombine.php
|
||||
|
@ -131,8 +131,6 @@ COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DEPARTMENT_DESC="Allows the users in th
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_DESC="Allows the users in this group to edit the company"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_EMAIL="Companies Edit Email"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_EMAIL_DESC="Allows the users in this group to update the edit email of the company"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE="Companies Edit Mode"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_MODE_DESC="Allows the users in this group to update the edit mode of the company"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_OWN="Companies Edit Own"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_OWN_DESC="Allows the users in this group to edit edit own companies created by them"
|
||||
COM_COSTBENEFITPROJECTION_COMPANIES_EDIT_PER="Companies Edit Per"
|
||||
@ -186,7 +184,6 @@ COM_COSTBENEFITPROJECTION_COMPANY_CAUSESRISKS="Causesrisks"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_CAUSESRISKS_LABEL="Causes/Risks"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_CAUSE_RISK_SELECTION_NOTE_DESCRIPTION="This feature is only available to the advanced department."
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_CAUSE_RISK_SELECTION_NOTE_LABEL="Cause/Risk Selection"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_COMPANY_ACCOUNT="Company account"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_COUNTRY="Country"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_COUNTRY_DESCRIPTION="List of available countries"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_COUNTRY_LABEL="Country"
|
||||
@ -230,9 +227,6 @@ COM_COSTBENEFITPROJECTION_COMPANY_MEDICAL_TURNOVERS_MALES="Medical Turnovers Mal
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MEDICAL_TURNOVERS_MALES_DESCRIPTION="The total number of medical turnovers for males per/year."
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MEDICAL_TURNOVERS_MALES_HINT="per/year"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MEDICAL_TURNOVERS_MALES_LABEL="Total Number Medical Turnovers Male"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MODE="Mode"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MODE_DESCRIPTION="Please tell us if this company is a real company or only for testing purposes."
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_MODE_LABEL="Account type"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_NAME="Name"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_NAME_DESCRIPTION="Enter Company Name Here"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_NAME_HINT="Company Name Here"
|
||||
@ -290,7 +284,6 @@ COM_COSTBENEFITPROJECTION_COMPANY_TOTAL_SALARY="Total Salary"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TOTAL_SALARY_DESCRIPTION="The total salary payed per/year"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TOTAL_SALARY_HINT="per/year"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TOTAL_SALARY_LABEL="Total Salary"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TRAINING_ACCOUNT="Training account"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TURNOVER_COMMENT="Turnover Comment"
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TURNOVER_COMMENT_DESCRIPTION="Here you can explain how many deaths your company has had over any given period. This will help us understand how you came to the numbers used above in the male and female medical turnovers."
|
||||
COM_COSTBENEFITPROJECTION_COMPANY_TURNOVER_COMMENT_HINT="You can make a comment here to indicate how you arrived at the given numbers above for male and female medical turnovers."
|
||||
@ -1346,6 +1339,9 @@ COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLIC_DETAILS_NOTE_DESCRIPTION="Your
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_PUBLISHING="Publishing"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_SAVE_WARNING="Alias already existed so a number was added at the end. You can re-edit the Service Provider to customise the alias."
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_STATUS="Status"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_TESTCOMPANIES="Testcompanies"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_TESTCOMPANIES_DESCRIPTION="Select companies that are not real companies or only used for testing purposes."
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_TESTCOMPANIES_LABEL="Set Testing Companies"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_USER="User"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_USER_HINT="select a service provider"
|
||||
COM_COSTBENEFITPROJECTION_SERVICE_PROVIDER_USER_LABEL="User (Service Provider)"
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage batchselection.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publishing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publlshing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage age_groups_percentages_fullwidth.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage age_groups_percentages_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage age_groups_percentages_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causerisk_selection_fullwidth.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_left.php
|
||||
@ -28,8 +28,7 @@ $fields = $displayData->get('fields') ?: array(
|
||||
'email',
|
||||
'country',
|
||||
'service_provider',
|
||||
'datayear',
|
||||
'mode'
|
||||
'datayear'
|
||||
);
|
||||
|
||||
$hiddenFields = $displayData->get('hidden_fields') ?: array();
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_under.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage interventions_fullwidth.php
|
||||
@ -36,7 +36,7 @@ $can = CostbenefitprojectionHelper::getActions('intervention');
|
||||
<a class="btn btn-small btn-success" href="<?php echo $new; ?>"><span class="icon-new icon-white"></span> <?php echo JText::_('COM_COSTBENEFITPROJECTION_NEW'); ?></a><br /><br />
|
||||
<?php endif; ?>
|
||||
<?php if (CostbenefitprojectionHelper::checkArray($items)): ?>
|
||||
<table class="footable table data interventions metro-blue" data-filter="#filter_interventions" data-page-size="20">
|
||||
<table class="footable table data interventions metro-blue" data-page-size="20" data-filter="#filter_interventions">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-toggle="true">
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publishing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publlshing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage scaling_factors_fullwidth.php
|
||||
@ -30,7 +30,7 @@ $edit = "index.php?option=com_costbenefitprojection&view=scaling_factors&task=sc
|
||||
?>
|
||||
<div class="form-vertical">
|
||||
<?php if (CostbenefitprojectionHelper::checkArray($items)): ?>
|
||||
<table class="footable table data scaling_factors metro-blue" data-filter="#filter_scaling_factors" data-page-size="20">
|
||||
<table class="footable table data scaling_factors metro-blue" data-page-size="20" data-filter="#filter_scaling_factors">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-toggle="true">
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage age_groups_percentages_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage age_groups_percentages_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage causerisk_selection_fullwidth.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage companies_fullwidth.php
|
||||
@ -36,7 +36,7 @@ $can = CostbenefitprojectionHelper::getActions('company');
|
||||
<a class="btn btn-small btn-success" href="<?php echo $new; ?>"><span class="icon-new icon-white"></span> <?php echo JText::_('COM_COSTBENEFITPROJECTION_NEW'); ?></a><br /><br />
|
||||
<?php endif; ?>
|
||||
<?php if (CostbenefitprojectionHelper::checkArray($items)): ?>
|
||||
<table class="footable table data companies metro-blue" data-filter="#filter_companies" data-page-size="20">
|
||||
<table class="footable table data companies metro-blue" data-page-size="20" data-filter="#filter_companies">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-toggle="true">
|
||||
@ -55,9 +55,6 @@ $can = CostbenefitprojectionHelper::getActions('company');
|
||||
<?php echo JText::_('COM_COSTBENEFITPROJECTION_COMPANY_SERVICE_PROVIDER_LABEL'); ?>
|
||||
</th>
|
||||
<th data-hide="phone,tablet">
|
||||
<?php echo JText::_('COM_COSTBENEFITPROJECTION_COMPANY_MODE_LABEL'); ?>
|
||||
</th>
|
||||
<th data-hide="all">
|
||||
<?php echo JText::_('COM_COSTBENEFITPROJECTION_COMPANY_PER_LABEL'); ?>
|
||||
</th>
|
||||
<th width="10" data-hide="phone,tablet">
|
||||
@ -114,9 +111,6 @@ $can = CostbenefitprojectionHelper::getActions('company');
|
||||
<div class="name"><?php echo JFactory::getUser((int)$item->service_provider_user)->name; ?></div>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo JText::_($item->mode); ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo JText::_($item->per); ?>
|
||||
</td>
|
||||
@ -153,7 +147,7 @@ $can = CostbenefitprojectionHelper::getActions('company');
|
||||
</tbody>
|
||||
<tfoot class="hide-if-no-paging">
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
<td colspan="8">
|
||||
<div class="pagination pagination-centered"></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data_totals_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage health_data_totals_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage interventions_fullwidth.php
|
||||
@ -36,7 +36,7 @@ $can = CostbenefitprojectionHelper::getActions('intervention');
|
||||
<a class="btn btn-small btn-success" href="<?php echo $new; ?>"><span class="icon-new icon-white"></span> <?php echo JText::_('COM_COSTBENEFITPROJECTION_NEW'); ?></a><br /><br />
|
||||
<?php endif; ?>
|
||||
<?php if (CostbenefitprojectionHelper::checkArray($items)): ?>
|
||||
<table class="footable table data interventions metro-blue" data-filter="#filter_interventions" data-page-size="20">
|
||||
<table class="footable table data interventions metro-blue" data-page-size="20" data-filter="#filter_interventions">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-toggle="true">
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage public_details_fullwidth.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publishing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publlshing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage service_providers_fullwidth.php
|
||||
@ -36,7 +36,7 @@ $can = CostbenefitprojectionHelper::getActions('service_provider');
|
||||
<a class="btn btn-small btn-success" href="<?php echo $new; ?>"><span class="icon-new icon-white"></span> <?php echo JText::_('COM_COSTBENEFITPROJECTION_NEW'); ?></a><br /><br />
|
||||
<?php endif; ?>
|
||||
<?php if (CostbenefitprojectionHelper::checkArray($items)): ?>
|
||||
<table class="footable table data service_providers metro-blue" data-filter="#filter_service_providers" data-page-size="20">
|
||||
<table class="footable table data service_providers metro-blue" data-page-size="20" data-filter="#filter_service_providers">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-toggle="true">
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publishing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publlshing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage databreakdownmalefemale.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_left.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_right.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_rightside.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publishing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage publlshing.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_above.php
|
||||
|
@ -3,8 +3,8 @@
|
||||
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 3.3.9
|
||||
@build 18th March, 2016
|
||||
@version 3.3.10
|
||||
@build 22nd March, 2016
|
||||
@created 15th June, 2012
|
||||
@package Cost Benefit Projection
|
||||
@subpackage details_fullwidth.php
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user