diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index b606a68a7..b315d17f4 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -247,7 +247,7 @@ EOF // Display the header echo "
\n"; echo "
iTop
\n"; - //echo "
\n"; + //echo "
\n"; $sText = Utils::ReadParam('text', ''); $sOnClick = ""; if (empty($sText)) diff --git a/application/itopwizardwebpage.class.inc.php b/application/itopwizardwebpage.class.inc.php index aadaf30c7..ba5655ae2 100644 --- a/application/itopwizardwebpage.class.inc.php +++ b/application/itopwizardwebpage.class.inc.php @@ -24,7 +24,7 @@ class iTopWizardWebPage extends iTopWebPage $sStyle = ($iIndex == $this->m_iCurrentStep) ? 'wizActiveStep' : 'wizStep'; $aSteps[] = "
$sStepTitle
"; } - $sWizardHeader = "

{$this->s_title}

\n".implode("
", $aSteps)."
\n"; + $sWizardHeader = "

{$this->s_title}

\n".implode("
", $aSteps)."
\n"; $this->s_content = "$sWizardHeader
".$this->s_content."
"; parent::output(); } diff --git a/css/blue_green.css b/css/blue_green.css index 1e51162c3..18585c3cd 100644 --- a/css/blue_green.css +++ b/css/blue_green.css @@ -151,15 +151,15 @@ ul.dir li { } .treeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; } -.treeview .collapsable { background-image: url(/images/tv-collapsable.gif); } -.treeview .expandable { background-image: url(/images/tv-expandable.gif); } -.treeview .last { background-image: url(/images/tv-item-last.gif); } -.treeview .lastCollapsable { background-image: url(/images/tv-collapsable-last.gif); } -.treeview .lastExpandable { background-image: url(/images/tv-expandable-last.gif); } +.treeview .collapsable { background-image: url(../images/tv-collapsable.gif); } +.treeview .expandable { background-image: url(../images/tv-expandable.gif); } +.treeview .last { background-image: url(../images/tv-item-last.gif); } +.treeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); } +.treeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); } -#Header { padding: 0; background:#ccc url(/images/bandeau2.gif) repeat-x center;} +#Header { padding: 0; background:#ccc url(../images/bandeau2.gif) repeat-x center;} div.iTopLogo { - background:url(/images/iTop.gif) no-repeat center; + background:url(../images/iTop.gif) no-repeat center; width:100px; height:56px; } @@ -208,15 +208,15 @@ div.iTopLogo span { #MySplitter .vsplitbar { width: 7px; height: 50px; - background: #68a url(/images/vgrabber2.gif) no-repeat center; + background: #68a url(../images/vgrabber2.gif) no-repeat center; } #MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover { - background: #68a url(/images/vgrabber2_active.gif) no-repeat center; + background: #68a url(../images/vgrabber2_active.gif) no-repeat center; } #MySplitter .hsplitbar { height: 8px; - background: #68a url(/images/hgrabber2.gif) no-repeat center; + background: #68a url(../images/hgrabber2.gif) no-repeat center; } #MySplitter .hsplitbar.active, #MySplitter .hsplitbar:hover { - background: #68a url(/images/hgrabber2_active.gif) no-repeat center; + background: #68a url(../images/hgrabber2_active.gif) no-repeat center; } diff --git a/css/jquery.treeview.css b/css/jquery.treeview.css index 6ae8d7087..dccad6c76 100644 --- a/css/jquery.treeview.css +++ b/css/jquery.treeview.css @@ -34,14 +34,14 @@ .treeview .hover { color: red; cursor: pointer; } -.treeview li { background: url(/images/tv-item.gif) 0 0 no-repeat; } -.treeview .collapsable { background-image: url(/images/tv-collapsable.gif); } -.treeview .expandable { background-image: url(/images/tv-expandable.gif); } -.treeview .last { background-image: url(/images/tv-item-last.gif); } -.treeview .lastCollapsable { background-image: url(/images/tv-collapsable-last.gif); } -.treeview .lastExpandable { background-image: url(/images/tv-expandable-last.gif); } +.treeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; } +.treeview .collapsable { background-image: url(../images/tv-collapsable.gif); } +.treeview .expandable { background-image: url(../images/tv-expandable.gif); } +.treeview .last { background-image: url(../images/tv-item-last.gif); } +.treeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); } +.treeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); } .filetree li { padding: 3px 0 1px 16px; } .filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; } -.filetree span.folder { background: url(/images/folder.gif) 0 0 no-repeat; } -.filetree span.file { background: url(/images/file.gif) 0 0 no-repeat; } +.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; } +.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; } diff --git a/css/light-grey.css b/css/light-grey.css index 85717cb88..6bd833171 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -482,7 +482,7 @@ ul.jd_menu_itop ul li.jd_menu_hover a.jd_menu_hover { } div.wizActiveStep { height: 29px; - background: url(/images/wizActiveStepLeft.gif) no-repeat left; + background: url(../images/wizActiveStepLeft.gif) no-repeat left; color: #d81515; padding-left: 8px; margin-top: 5px; @@ -491,7 +491,7 @@ div.wizActiveStep { } div.wizActiveStep span { height: 29px; - background: url(/images/wizActiveStepRight.gif) no-repeat top right; + background: url(../images/wizActiveStepRight.gif) no-repeat top right; padding-right: 8px; padding-top: 8px; float:left; @@ -499,7 +499,7 @@ div.wizActiveStep span { div.wizStep { height: 29px; - background: url(/images/wizStepLeft.gif) no-repeat left; + background: url(../images/wizStepLeft.gif) no-repeat left; padding-left: 8px; vertical-align: middle; margin-top: 5px; @@ -507,7 +507,7 @@ div.wizStep { } div.wizStep span { height: 29px; - background: url(/images/wizStepRight.gif) no-repeat top right; + background: url(../images/wizStepRight.gif) no-repeat top right; padding-right: 8px; padding-top: 8px; float:left;