From: wbudic Date: Fri, 18 Jan 2019 06:12:36 +0000 (+1100) Subject: HTML cleanup. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=8bee5048c5caa03ee7abd2179724f72317ea4293;p=LifeLog.git HTML cleanup. --- diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index dba5d35..8ecde3a 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -220,7 +220,7 @@ if($tbl_start>0){ '; -my $frm = qq( +my $frm = qq(
@@ -257,7 +257,7 @@ my $srh = qq( ); -my $ctmsg = '

  (Use the Category dropdown to '; +my $ctmsg = '

  (Use the Category dropdown to change).

'; if($rs_keys || $rs_cat_idx){ $srh = $srh.''; @@ -268,9 +268,9 @@ if($rs_keys || $rs_cat_idx){ $srh = $srh.' - +
* LOG ENTRY FORM *
View by Category: '.$ctmsg.'


-

'; +
'; # #Page printout from here! # @@ -278,8 +278,8 @@ print "
"; print "\n
\n" . $frm ."\n
\n
"; print '
' . $srh .'
'; print "\n
\n" . $tbl ."\n
"; - print '
View Statistics
'; - print '
Configure Log (Careful)
'; + print '
View Statistics
'; + print '
Configure Log (Careful)
'; print "
";