@@ -11,7 +11,7 @@ function color_help($path, $arg) {
$output.='<p>'.t('The Color module allows users with the <em>Administer site configuration</em> permission to quickly and easily change the color scheme of themes that have been built to be compatible with it. For more information, see the online handbook entry for <a href="@color">Color module</a>.',array('@color'=>'http://drupal.org/handbook/modules/color')).'</p>';
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Changing colors').'</dt>';
$output.='<dt>'.t('Changing colors').'</dt>';
$output.='<dd>'.t("Using the Color module allows you to easily change the color of links, backgrounds, text, and other theme elements. To change the color settings for a compatible theme, select the <em>Settings</em> link for your theme on the <a href='@configure'>Themes administration page</a>. If you don't see a color picker on that page, then your theme is not compatible with the color module. If you are sure that the theme does indeed support the color module, but the color picker does not appear, then <a href='@troubleshoot'>follow these troubleshooting procedures</a>.",array('@configure'=>url('admin/appearance'),'@troubleshoot'=>'http://drupal.org/node/109457')).'</dd>';
$output.='<dd>'.t("The Color module saves a modified copy of the theme's specified stylesheets in the files directory. This means that if you make any manual changes to your theme's stylesheet, <em>you must save your color settings again, even if they haven't changed</em>. This step is required because the module stylesheets (in the files directory) need to be recreated to include your changes.").'</dd>';
@@ -28,7 +28,7 @@ function dblog_help($path, $arg) {
$output.='<dt>'.t('Debugging site problems').'</dt>';
$output.='<dd>'.t('In case of errors or problems with the site, the <a href="@dblog">Recent log entries</a> page can be useful for debugging, since it shows the sequence of events. The log entries include usage information, warnings, and errors.',array('@dblog'=>url('admin/reports/dblog'))).'</dd>';
$output.='</dl>';
return$output;
return$output;
case'admin/reports/dblog':
return'<p>'.t('The Database logging module monitors your website, capturing system events in a log (shown here) to be reviewed by an authorized individual at a later time. This log is a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the Recent log entries report on a regular basis, as it is often the only way to tell what is going on.').'</p>';