Invitation only added to the admin site page. Plus css wrapper class to docu search.
This commit is contained in:
@@ -143,7 +143,8 @@ function help_content(&$a) {
|
||||
nav_set_selected('help');
|
||||
|
||||
if($_REQUEST['search']) {
|
||||
|
||||
|
||||
$o .= '<div id="help-content" class="generic-content-wrapper">';
|
||||
$o .= '<h2>' . t('Documentation Search') . ' - ' . htmlspecialchars($_REQUEST['search']) . '</h2>';
|
||||
|
||||
$r = search_doc_files($_REQUEST['search']);
|
||||
@@ -160,6 +161,7 @@ function help_content(&$a) {
|
||||
|
||||
}
|
||||
$o .= '</ul>';
|
||||
$o .= '</div>';
|
||||
}
|
||||
return $o;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user