keep searching code in ssl_certificates if something was searched and no results were returned, thx to Ithariel
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -68,7 +68,8 @@ if (count($all_certs) == 0) {
|
||||
$arrowcode = array(
|
||||
'd.domain' => ''
|
||||
);
|
||||
$searchcode = "";
|
||||
// keep searching code if something was searched and no results were returned
|
||||
$searchcode = $paging->getHtmlSearchCode($lng);
|
||||
$pagingcode = "";
|
||||
eval("\$certificates.=\"" . \Froxlor\UI\Template::getTemplate("ssl_certificates/certs_error", true) . "\";");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user