Mercurial > public > sg101
view gpp/news/fixtures/news_categories.json @ 481:9f888dbe61ce
Fixing #230; add a scrollbar to the PM popup dialog if necessary. This wasn't as easy as I thought. Had to wrap the PM text in a div with its styling (max-height and overflow). If I then resized the dialog, I'd get two scrollbars. So for now, made the dialog non-resizable.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 07 Oct 2011 02:11:33 +0000 |
parents | 1246a4f1ab4f |
children | 9894f8cbb931 |
line wrap: on
line source
[ { "pk": 2, "model": "news.category", "fields": { "icon": "news/categories/nch_articles.jpg", "slug": "articles", "title": "Articles" } }, { "pk": 3, "model": "news.category", "fields": { "icon": "news/categories/nch_bands.jpg", "slug": "bands", "title": "Bands" } }, { "pk": 11, "model": "news.category", "fields": { "icon": "news/categories/video.gif", "slug": "featured-videos", "title": "Featured Videos" } }, { "pk": 4, "model": "news.category", "fields": { "icon": "news/categories/nch_gear.jpg", "slug": "gear", "title": "Gear" } }, { "pk": 5, "model": "news.category", "fields": { "icon": "news/categories/nch_interviews.jpg", "slug": "interviews", "title": "Interviews" } }, { "pk": 6, "model": "news.category", "fields": { "icon": "news/categories/nch_reviews.jpg", "slug": "reviews", "title": "Reviews" } }, { "pk": 7, "model": "news.category", "fields": { "icon": "news/categories/nch_showannoun.jpg", "slug": "show-announcements", "title": "Show Announcements" } }, { "pk": 8, "model": "news.category", "fields": { "icon": "news/categories/nch_showreport.jpg", "slug": "show-reports", "title": "Show Reports" } }, { "pk": 1, "model": "news.category", "fields": { "icon": "news/categories/nch_sitenews.jpg", "slug": "site-news", "title": "Site News" } }, { "pk": 9, "model": "news.category", "fields": { "icon": "news/categories/nch_surfscene.jpg", "slug": "surf-scene-news", "title": "Surf Scene News" } }, { "pk": 10, "model": "news.category", "fields": { "icon": "news/categories/nch_tab.jpg", "slug": "tablature", "title": "Tablature" } } ]