GNOME Bugzilla – Bug 151373
Add product descriptions
Last modified: 2005-01-08 23:40:53 UTC
Add descriptions of products when you select them, like components
Created attachment 31189 [details] [review] Show product descriptions This is against v1.2 (anoncvs doesn't have 1.3), so patch won't apply cleanly (the <label for=""> stuff). Adds 2 arrays for all products and gnome specific products. Uses those arrays when clicking on the checkbox. Adds 2 arrays for storing the descriptions for above arrays. Also adds extra onload function. Mozilla remembers the state of the checkbox when reloading, but forgets the options. The function checks the state of the checkbox onload and shows all products if nongnome was checked. Without this function you could have the nongnome products checked, but only the gnome specific ones would be shown.
Created attachment 35685 [details] [review] Show product descriptions, v2 Same patch but this one applies cleanly to cvs.
Woops, sorry for missing this one. Assuming you've tested it, feel free to commit. (Also, if you want to ping me on any other patches you have outstanding, I'll look at them.)
Patch was tested before adding it. Have committed patch and retested on bugzilla.gnome.org. Still works. Marking fixed.