summaryrefslogtreecommitdiff
path: root/httemplate/elements/header.html
diff options
context:
space:
mode:
authorivan <ivan>2010-03-20 22:44:48 +0000
committerivan <ivan>2010-03-20 22:44:48 +0000
commite26b6570a1ff89dcdd0aee757857c3b335bf90be (patch)
tree863c7e04ddfbbf694c8ac473ed4c97b95fd6bdbd /httemplate/elements/header.html
parent10e462292b42813dce6e1034064c55c7fddd42a4 (diff)
more RT integration / reskin / 2.1, RT#6640
Diffstat (limited to 'httemplate/elements/header.html')
-rw-r--r--httemplate/elements/header.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 1121160..c9e8f57 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -77,7 +77,7 @@ Example:
<% $head |n %>
</HEAD>
- <BODY <% $menu_position eq 'left' ? qq( BACKGROUND="${fsurl}images/background-cheat.png" ) : ' BGCOLOR="#f8f8f8" ' %> <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0">
+ <BODY BGCOLOR="#f8f8f8" <% $etc |n %> STYLE="margin-top:0; margin-bottom:0; margin-left:0; margin-right:0">
<table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0; padding-right:4">
<tr>
<td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="<%$fsurl%>view/REAL_logo.cgi"></td>
@@ -190,20 +190,7 @@ Example:
<SCRIPT TYPE="text/javascript">
document.write(myBar);
</SCRIPT>
- <BR>
- <IMG SRC="<%$fsurl%>images/32clear.gif" HEIGHT="1" WIDTH="154">
-
- <TABLE CELLSPACING=0 CELLPADDING=0 BGCOLOR="#cccccc" WIDTH="100%">
- <TR>
- <TD ALIGN="left" STYLE="padding-bottom:1px;border-bottom:1px solid #999999"><% include('/elements/about_freeside.html') |n %></TD>
- </TR>
- <TR>
- <TD ALIGN="right" STYLE="padding-bottom:1px"><% include('/elements/about_rt.html') |n %></TD>
- </TR>
- </TABLE>
-
</TD>
- <TD STYLE="padding:0" HEIGHT="100%" WIDTH=13 VALIGN="top"><IMG WIDTH="13" HEIGHT="100%" BORDER=0 ALT="" SRC="<%$fsurl%>images/black-gray-side.png"></TD>
% }