[Rt-devel] Formatting and Layout gone since 3.6.0pre0

Jesse Vincent jesse at bestpractical.com
Tue Apr 11 11:03:13 EDT 2006


[Please CC the list on your replies]


On Tue, Apr 11, 2006 at 11:01:38AM -0400, Jesse Vincent wrote:
> 
> > Jesse,
> > Thanks for your reply. I think the css loads. Below is a copy of the 
> > html returned to the browser .
> > Ian
> 
> I'm betting
> 
> 1) You upgraded from RT 3.4
> 
> and 
> 
> 2) You didn't check your RT extensions and customizations for
>    compatibility with 3.6.
> 
> It looks like you're overriding our HTML with your own. And it's not
> quite right.
> 
> Jesse
> 
> > 
> > <HTML>
> > <HEAD>
> > <TITLE>Login</TITLE>
> > 
> > <link rel="shortcut icon" href="/NoAuth/images//favicon.png" 
> > type="image/png">
> > <link rel="stylesheet" href="/NoAuth/webrt.css" type="text/css">
> > <script>
> > function hideshow(num) {
> >    idstring = "element-" + num;
> >    chunk = document.getElementById(idstring);
> >    if ( chunk.style.display == "none")  {
> >    chunk.style.display = chunk.style.tag;
> >    } else {
> >        chunk.style.tag = chunk.style.display;
> >        chunk.style.display = "none";
> >    }
> > }   
> > </script>
> > 
> > </HEAD>
> > <BODY BGCOLOR="#ffffff"
> > ONLOAD="
> >    var tmp = (document.getElementsByName('user'));
> >    if (tmp.length > 0) tmp[tmp.length-1].focus();
> > "
> > >
> > <table width="100%" border="0" cellspacing="0" cellpadding="0" 
> > bgcolor="#FFFFFF">
> >  <tr> 
> >    <td colspan=2><a href="http://www.acme.com"><img 
> >    src="/NoAuth/images//xxx_logo.gif" alt="xxx" width="150" 
> >    height="50"></a></td>
> > 
> >    <td>&nbsp;</td>
> >    <td>&nbsp;</td>
> >    <td width="50%" align="right">
> > Not logged in.
> >    </td>
> >  </tr>
> > </table>
> > 
> > 
> > 
> > </div>
> > 
> > <div id="body" class="login-body">
> > 
> > 
> > 
> > <div id="login-box">
> > <div class="">
> >  <div class="titlebox " id="">
> >  <div class="titlebox-title">
> >    <span class="left">Login</span>
> >    <span class="right">3.6.0pre0</span>
> >  </div>
> > 
> >  <div class="titlebox-content " id="TitleBox--/index.html------Login---0">
> > 
> > 
> > 
> > 
> > <form id="login" name="login" method="post" action="index.html">
> > 
> > <div class="input-row">
> >    <span class="label">Username:</span>
> >    <span class="input"><input name="user" value="" id="user" /></span>
> > </div>
> > 
> > <div class="input-row">
> > 
> >    <span class="label">Password:</span>
> >    <span class="input"><input type="password" name="pass" /></span>
> > </div>
> > 
> > <div class="button-row">
> >    <span class="input"><input type="submit" class="button" value="Login" 
> >    /></span>
> > </div>
> > 
> > 
> > 
> > </form>
> >    <hr class="clear" />
> > 
> >  </div>
> > </div>
> > 
> > 
> > 
> > 
> > </div>
> > 
> > 
> > </div><!-- #login-box -->
> > 
> > 
> > </div>
> > 
> > <div id="footer">
> >  <p id="time">
> > 
> >    <span>Time to display: 0.055669</span>
> >  </p>
> > 
> >  <p id="bpscredits">
> >    <span>
> > &#187;&#124;&#171; RT 3.6.0pre0 Copyright 1996-2005 <a 
> > href="http://www.bestpractical.com?rt=3.6.0pre0">Best Practical Solutions, 
> > LLC</a>.
> > </span>
> > </p>
> >  <p id="legal">
> > 
> > Distributed under version 2 <a href="http://www.gnu.org/copyleft/gpl.html"> 
> > of the GNU GPL.</a><br />
> > To inquire about support, training, custom development or licensing, please 
> > contact <a 
> > href="mailto:sales at bestpractical.com">sales at bestpractical.com</a>.<br />
> >  </p>
> > 
> > </div>
> > 
> >  </body>
> > </html>
> > 
> > 
> 
> -- 
> 

-- 


More information about the Rt-devel mailing list