Posted by kika on March 8, 2012 at 3:20pm
6 followers
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | book.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | 7.17 release notes, d8ux, needs backport to D7, Novice, UI pattern, Usability |
Issue Summary
If there are no subpages in a book (just a root page), the book admin page admin/content/book/%nid shows a table header with no content in table. According to http://drupal.org/node/604342 and #504428: Roll-out 'Empty text' pattern to other admin pages. empty table should contain an explanation and/or call to action.
Proposed wording if there is no content in the table:
No book content available.Why not call to action link? Concistency: we currently do not do it for content admin page. Create a separate issue to contest / sync this.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| empty_book.png | 41.21 KB | Ignored: Check issue status. | None | None |
Comments
#1
#2
This one was messier but here's the patch.
#3
A call to action link would make sense here, but i agree: let's keep it consistent.
The patch applies cleanly and works as expected. RTBC.
#4
Looks good, thanks!
Committed and pushed to 8.x.
I think we need to backport this to D7 as well?
#5
Agree. Here's the patch for D7 :)
#6
The patch in #5 applied cleanly and added the empty text to the "edit order and titles" pages.
#7
Committed and pushed to 7.x. Thanks!
#8
Automatically closed -- issue fixed for 2 weeks with no activity.
#9
This is already mentioned in CHANGELOG.txt, so adding to the 7.17 release notes as well.