This patch is similar to #369460: Add "No books available." message to admin book list in that it adds the "No ____ available." message to the table for contact form categories found at admin/build/contact. It also includes some cleanup for much needed whitespace and some code comments. (Again, not sure how verbose comments ought to be in core; I tend to comment liberally, as evidenced by this patch.)
| Comment | File | Size | Author |
|---|---|---|---|
| no_categories_available.patch | 1.99 KB | rszrama |
Comments
Comment #1
webchickActually, this should be using the new tableselect form element it looks like #42962: Disable personal themes?. Would you be able to make the switch?
Comment #2
rszrama commentedAhh, certainly not a quick fix any more, eh? In that case, neither this one (or the book admin page) are using forms, nor do they have bulk operations. Are you saying you'd want these converted into form functions?
Comment #3
webchickOh, hm. I didn't notice that at first blush. Never mind! :D This is why I should not review patches while on the phone. ;)
Committed to HEAD. :) Thanks!