mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Dehardcoded the datamodel source files from the subdirectory "modules" - done!
SVN:trunk[1782]
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
$sIcon = '';
|
||||
if ($sIconName != '')
|
||||
{
|
||||
$sPath = '../modules/itop-change-mgmt-1.0.0/images/'.$sIconName;
|
||||
$sPath = utils::GetAbsoluteUrlModulesRoot().'itop-change-mgmt-1.0.0/images/'.$sIconName;
|
||||
if ($bImgTag)
|
||||
{
|
||||
$sIcon = "<img src=\"$sPath\" style=\"vertical-align:middle;\"/>";
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
$sIcon = '';
|
||||
if ($sIconName != '')
|
||||
{
|
||||
$sPath = '../modules/itop-incident-mgmt-1.0.0/images/'.$sIconName;
|
||||
$sPath = utils::GetAbsoluteUrlModulesRoot().'itop-incident-mgmt-1.0.0/images/'.$sIconName;
|
||||
if ($bImgTag)
|
||||
{
|
||||
$sIcon = "<img src=\"$sPath\" style=\"vertical-align:middle;\"/>";
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
$sIcon = '';
|
||||
if ($sIconName != '')
|
||||
{
|
||||
$sPath = '../modules/itop-request-mgmt-1.0.0/images/'.$sIconName;
|
||||
$sPath = utils::GetAbsoluteUrlModulesRoot().'itop-request-mgmt-1.0.0/images/'.$sIconName;
|
||||
if ($bImgTag)
|
||||
{
|
||||
$sIcon = "<img src=\"$sPath\" style=\"vertical-align:middle;\"/>";
|
||||
|
||||
Reference in New Issue
Block a user