Roundup Tracker - Issues

Issue 753885

classification
Blank line between Admin and User List
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : jkew, richard
Priority: normal :

Created on 2003-06-13 10:48 by jkew, last changed 2003-06-18 23:50 by richard.

Messages
msg857 Author: [hidden] (jkew) Date: 2003-06-13 10:48
When a User is logged in, there's a blank line in the 
Administration block of the LHS page furniture, below the 
Administration heading and above the User list.

This is because the "page" template applies a 
tal:condition to the <a href="home?template=classlist"> 
but not to the following <br>.

Fix by wrapping a <tal:block> condition around both <a> 
and <br> elements.

Raised on 0.5.x, but appears to be true also in 0.6.0b3 
demo.
msg858 Author: [hidden] (richard) Date: 2003-06-18 23:50
Logged In: YES 
user_id=6405

A much better solution is to switch to using <li></li> containers 
and stylesheet the list items to look purty. 
 
History
Date User Action Args
2003-06-13 10:48:46jkewcreate