Changed images paths into relative path (../images where it was still /images)

SVN:code[107]
This commit is contained in:
Romain Quetiez
2009-08-27 13:56:57 +00:00
parent 6cc4ab7e9d
commit 5ee94f9d3d
5 changed files with 25 additions and 25 deletions

View File

@@ -247,7 +247,7 @@ EOF
// Display the header
echo "<div id=\"Header\">\n";
echo "<div class=\"iTopLogo\"><span>iTop</span></div>\n";
//echo "<div id=\"GlobalSearch\"><div style=\"border: 1px solid #999; padding:1px; background-color:#fff;\"><img src=\"/images/magnifier.gif\"/><input style=\"border:0\" type=\"text\" size=\"15\" title=\"Global Search\"></input></div></div>\n";
//echo "<div id=\"GlobalSearch\"><div style=\"border: 1px solid #999; padding:1px; background-color:#fff;\"><img src=\"../images/magnifier.gif\"/><input style=\"border:0\" type=\"text\" size=\"15\" title=\"Global Search\"></input></div></div>\n";
$sText = Utils::ReadParam('text', '');
$sOnClick = "";
if (empty($sText))