From: wbudic Date: Fri, 14 Dec 2018 03:46:13 +0000 (+1100) Subject: Minor fix, Reset View not appering on category view. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=8ef780d8b3062040ece3d498ac6c16f5dcebb83f;p=LifeLog.git Minor fix, Reset View not appering on category view. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index bae0c07..b63844d 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -247,11 +247,12 @@ my $srh = qq( ); -if($rs_keys){ +if($rs_keys || $rs_cat_idx){ $srh = $srh.' ' } - $srh = $srh.'View by Category: + $srh = $srh.'View by Category: +   (Use the Category dropdown to change).

';