myworkbench.inc |
plugins/page_manager/tasks/myworkbench.inc |
|
|
README.txt |
README.txt |
|
README file for Workbench. |
workbench.admin.inc |
workbench.admin.inc |
|
Workbench module administration screens. |
workbench.api.php |
workbench.api.php |
|
API documentation file for Workbench. |
workbench.block.css |
css/workbench.block.css |
|
/**
* CSS for rendering the Workbench information block.
*/
div.workbench-info-block {
background: none repeat scroll 0 0 #FFFBD9;
list-style: none outside;
padding: 0.25em 0.5em 0.25em 0.5em;
margin: 0;
border-color: #FFEBC5;
… |
workbench.info |
workbench.info |
|
name = Workbench
description = Workbench editorial suite.
package = Workbench
core = 7.x
configure = admin/config/workbench/settings
dependencies[] = ctools
dependencies[] = views |
workbench.module |
workbench.module |
|
Workbench module file for editorial workspaces. |
workbench.my-workbench.css |
css/workbench.my-workbench.css |
|
/**
* CSS for the my-workbench page.
*/
div.admin.my-workbench .left {
width: 35%;
}
div.admin.my-workbench .right {
width: 65%;
} |
workbench.pages.inc |
workbench.pages.inc |
|
Workbench page callbacks. |
workbench.pages_default.inc |
workbench.pages_default.inc |
|
Contains a sample myworkbench variant for Panels. |
workbench.theme.inc |
workbench.theme.inc |
|
Theme file stub for Workbench. |
workbench_current_user.view.inc |
views/workbench_current_user.view.inc |
|
|
workbench_display.inc |
plugins/content_types/workbench_display.inc |
|
|
workbench_edited.view.inc |
views/workbench_edited.view.inc |
|
|
workbench_recent_content.view.inc |
views/workbench_recent_content.view.inc |
|
|