README.txt |
README.txt |
|
------------------------------------------------------------------------------------
ABOUT TOOLS
------------------------------------------------------------------------------------
This provides a basic interface for… |
tools.admin.inc |
tools.admin.inc |
|
|
tools.api.php |
tools.api.php |
|
Hooks provided by the Tools module. |
tools.css |
css/tools.css |
|
@CHARSET "UTF-8";
.tools-container{
}
.tools-left, .tools-right {
padding:0;
margin:0;
width:49%;
}
.tools-left {
float:left;
}
.tools-right {
float:right;
}
.page-content .tool-options {
width: 100%;
}
.page-content .tool-options… |
tools.info |
tools.info |
|
name = "Tools"
description = "An alternative, non-developer interface for turning on/off features."
package = "Fields"
dependencies[] = switch
dependencies[] = features
core = 7.x
php = 5.x |
tools.module |
tools.module |
|
|
tools_confirmation.css |
css/tools_confirmation.css |
|
#tools-admin-form.confirmation #edit-description {
border-width: 0px;
} |