From: Evan Prodromou Date: Wed, 9 Jul 2008 21:56:32 +0000 (-0400) Subject: show p.error when there are no results. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b50dcc3844c7b636046b80c2b1f72b69afb7308;p=quix0rs-gnu-social.git show p.error when there are no results. darcs-hash:20080709215632-84dde-fc2270bcebc64e3a616e681868f44bff26f7540e.gz --- diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index cf79e52e98..8f071e715d 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -90,6 +90,8 @@ class PeoplesearchAction extends Action { } } common_element_end('ul'); + } else { + common_element('p', 'error', _t('No results')); } common_pagination($page > 1, $cnt > PROFILES_PER_PAGE,