diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:02:47 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-07 21:02:47 +0000 |
commit | 658462ce855e5ce4325c1b7233dc83b10b14cced (patch) | |
tree | d6554165cb5b438bc19fcf841890ea0fed0f9ee6 /lib/searchaction.php | |
parent | c42995e3a2d4bd93881ffd5d3bfea4f6ce427d0a (diff) |
Markup and styles for search help and errors
Diffstat (limited to 'lib/searchaction.php')
-rw-r--r-- | lib/searchaction.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/searchaction.php b/lib/searchaction.php index 918f8dd9a..e7ad4affd 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -152,8 +152,11 @@ You can also try your search on other engines: E_O_T ), $qe, $qe, $qe, $qe); - $this->elementStart('div', 'blankfiller'); + $this->elementStart('dl', array('id' => 'help_search', 'class' => 'help')); + $this->element('dt', null, _('Search help')); + $this->elementStart('dd', 'instructions'); $this->raw(common_markup_to_html($message)); + $this->elementEnd('dd'); $this->elementEnd('div'); } } |