style nits
authorivan <ivan>
Mon, 13 Jul 2009 01:50:48 +0000 (01:50 +0000)
committerivan <ivan>
Mon, 13 Jul 2009 01:50:48 +0000 (01:50 +0000)
httemplate/elements/header.html
httemplate/elements/menubar.html

index 32035b0..5487346 100644 (file)
@@ -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 = '';
       }
 
index 46f61b3..e6b7fb1 100644 (file)
@@ -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>