@Olate
Quote:
Originally Posted by Olate
|
You can set Bugs/Tasks to be "offline" - those are only visible to admins.
I think i'll change that so they'll be visible to "bug admins" and admins
@ZeldaKing
Seems like a CSS-Problem.
In Template bugs_listbit change
Code:
<span class="smallfont" style="float: $stylevar[left]">
<if condition="$todo[lastreplyuid]">
To
Code:
<span class="smallfont">
<if condition="$todo[lastreplyuid]">
Does that fix the problem?