about-php.html |
help_example/help/about-php.html |
|
|
advanced-help-popup.tpl.php |
theme/advanced-help-popup.tpl.php |
|
|
advanced_help.info |
advanced_help.info |
|
name = Advanced help
description = Allow advanced help and documentation.
core = 5.x |
advanced_help.install |
advanced_help.install |
|
advanced_help.install
Contains install and update functions for advanced_help. |
advanced_help.module |
advanced_help.module |
|
advanced_help.module |
help-icon.css |
help-icon.css |
|
.advanced-help-link {
width: 12px;
height: 12px;
background: transparent url('help.png') no-repeat top left;
background-position: 0px 0px;
display: block;
float: left; /* this is cheesy, I know */
margin-top:… |
help-popup.css |
help-popup.css |
|
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 12px/170% Verdana, sans-serif;
color: #494949;
}
input {
font: 12px/100% Verdana, sans-serif;
color: #494949;
}
textarea, select {
font: 12px/160% Verdana, sans-serif;
color:… |
help.css |
help.css |
|
.advanced-help-topic code, .advanced-help-topic pre {
border: 1px solid #444;
background: #f1f1f1;
margin: 1em;
padding: .2em;
display: block;
}
.help-left {
float: left;
}
.help-right {
float: right;
}
.help-box {
margin:… |
help_example.info |
help_example/help_example.info |
|
name = Advanced help example
description = A example help module to demonstrate the advanced help module.
core = 5.x
dependencies = advanced_help |
help_example.module |
help_example/help_example.module |
|
Provide example help for the advanced help module. |
history.html |
help_example/help/history.html |
|
|
ini-file.html |
help/ini-file.html |
|
|
README.txt |
README.txt |
|
Advanced Help
=============
To install, place the entire advanced_help folder into your modules directory.
Place the "advanced-help-popup.tpl.php" and "template.php" files in
your theme's folder. If you already have a… |
security.html |
help_example/help/security.html |
|
|
syntax.html |
help_example/help/syntax.html |
|
|
template.php |
theme/template.php |
|
|
translation.html |
help/translation.html |
|
|
usage.html |
help_example/help/usage.html |
|
|
using-advanced-help.html |
help/using-advanced-help.html |
|
|