From b2fba1f3b91416f2bd7418a3eb960387f5e88420 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Fri, 25 Dec 2020 22:22:55 +1100 Subject: [PATCH] Brought in from 2.2. --- htdocs/cgi-bin/login_ctr.cgi | 4 ++-- htdocs/cgi-bin/main.cgi | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 4630bbd..aea5aad 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -588,7 +588,7 @@ sub logout { $passw = $session->param('passw'); if($alias){ my $db = Settings::connectDB($DB_NAME, $alias, $passw); - Settings::toLog($db, "Log has properly been loged out by $alias."); + Settings::toLog($db, "Log has properly been logged out by $alias."); $db->disconnect(); } }catch{ @@ -611,7 +611,7 @@ sub logout { -style =>{-type => 'text/css', -src => 'wsrc/main.css'}, ); - print qq(

You have properly loged out of the Life Log Application!

+ print qq(

You have properly logged out of the Life Log Application!




diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 9437a7f..5b00a01 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -905,7 +905,10 @@ $log_output .= qq(
Add         - + $tdivvc +
+ +
View by Amount Type: - - $tdivvc + !; } -- 2.34.1
Exclude Category: @@ -1209,7 +1211,7 @@ my $dbg = qq(--DEBUG OUTPUT--\n } $vmode = qq([In Page Mode] ); - $vmode = qq([In View Mode] ) if$isInViewMode; + $vmode = qq([In View Mode] ) if$isInViewMode; if($isPUBViewMode){ $log_output .=qq!
$vmode