Ticket #9 (closed defect: fixed)
users interface - icons for top three menus aren't shown
| Reported by: | flewid@… | Owned by: | cryptronic |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2 rc2 |
| Component: | Userpanel | Version: | |
| Keywords: | Cc: |
Description
i think the html is wrong for these three items in the main menu on the left for the users when the login, I have missing images showing up.
<img width=20 src="/images/images/status.gif"> <img width=20 src="/images/images/status.gif"> <img width=20 src="/images/images/traffic.gif">
should be this i think
<img width=20 src="images/status.gif"> <img width=20 src="images/status.gif"> <img width=20 src="images/traffic.gif">
Change History
Note: See
TracTickets for help on using
tickets.
