book.admin.inc
Version
1.8.2.2 (checked in on 2008/07/08 at 10:19:46 by goba)
Description
Admin page callbacks for the book module.
Functions
| Name | Description |
|---|---|
| book_admin_edit | Build the form to administrate the hierarchy of a single book. See alsobook_admin_edit_submit() |
| book_admin_edit_submit | Handle submission of the book administrative page form. |
| book_admin_edit_validate | Check that the book has not been changed while using the form. See alsobook_admin_edit() |
| book_admin_overview | Returns an administrative overview of all books. |
| book_admin_settings | Builds and returns the book settings form. See alsobook_admin_settings_validate() |
| book_admin_settings_validate | Validate the book settings form. See alsobook_admin_settings() |
| theme_book_admin_table | Theme function for the book administration page form. See alsobook_admin_table() |
| _book_admin_table | Build the table portion of the form for the book administration page. See alsobook_admin_edit() |
| _book_admin_table_tree | Recursive helper to build the main table in the book administration page form. See alsobook_admin_edit() |
