summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/elements/header.html2
-rw-r--r--httemplate/elements/menubar.html9
2 files changed, 4 insertions, 7 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 32035b081..5487346a5 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -33,7 +33,7 @@
}
function clearhint_search_svc (what) {
- if ( what.value == '(user, email, ip, mac, domain or svc phone #)' )
+ if ( what.value == '(user, email, ip, mac, domain or service phone)' )
what.value = '';
}
diff --git a/httemplate/elements/menubar.html b/httemplate/elements/menubar.html
index 46f61b3cd..e6b7fb1da 100644
--- a/httemplate/elements/menubar.html
+++ b/httemplate/elements/menubar.html
@@ -60,16 +60,13 @@ Example:
}
</style>
- <TABLE BGCOLOR="#000000" BORDER=0 CELLSPACING=0 CELLPADDING=4>
+ <TABLE BGCOLOR="#000000" BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
- <TD STYLE="background-image:url(<%$fsurl%>images/gray-black-side.png); background-repeat:repeat-y;padding-left:0px">
- &nbsp;&nbsp;
- </TD>
+ <TD><IMG SRC="<%$fsurl%>images/gray-black-side.png" WIDTH=13 HEIGHT=25></TD>
<TD>
<% join(' ', @html ) %>
</TD>
- <TD STYLE="background-image:url(<%$fsurl%>images/black-gray-side.png); background-repeat:repeat-y;padding-right:0px">
- &nbsp;&nbsp;
+ <TD><IMG SRC="<%$fsurl%>images/black-gray-side.png" WIDTH=13 HEIGHT=25></TD>
</TD>
</TR>
</TABLE>