Boogs
bugs.html adds a listing of recently filed bugs to a page.
An example of bugs.html will be available in the templates project : bugs.html.
Latest bugs filed for Cdn
| Bug # | Description |
|---|---|
| 3303 | Dragging bookmarks from URL-bar over compact icon/menu does not trigger open subfolder |
| 3295 | Link Toolbar squashes other items on palette |
|
|
test bug |
To add bugs to your page, you can simply add the following PHP code to one of your pages:
<?php include(BUGS); ?>
BUGS Features
- can be styled by overriding the following CSS values from http://www.mozdev.org/skin/default/default.css
/************** BUGS ********************/
#BZ-h4 {
}
#BZ-component-h4 {
}
.BZ-table {
}
.BZ-th-bug {
background: #900;
color: #fff;
}
.BZ-th-desc {
background: #f90;
color: inherit;
}
/************** BUGS ********************/
e.g.:
Latest bugs filed for cdn
| Bug # | Description |
|---|---|
| 3303 | Dragging bookmarks from URL-bar over compact icon/menu does not trigger open subfolder |
| 3295 | Link Toolbar squashes other items on palette |
|
|
test bug |
Boogs Options
set variables prior to the include();- use $doNotCapitalise to have project name rendered (as above) in lower case.
<?php $doNotCapitalise = ON; include(BUGS); ?>
Latest bugs filed for www
This project has no bugzilla product.
Project owners please contact feedback@mozdev.org to set up bugzilla for your project.