X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;h=9be0b7d0a542343d437613ad125097b008c2cde2;hp=535b2ca32d68a14a8c238a6ed83f29cc06f6e21a;hb=7b0bbc4117a7959b9f7b7b2cf999b8188ba34160;hpb=fe58901b811f0ab26e8f93a9563fb93bc98e4c19 diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 535b2ca32..9be0b7d0a 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -72,7 +72,7 @@ a:visited {text-decoration: none} To <& /elements/input-date-field.html, { name => 'ending', - value => scalar($cgi->param('ending')) || '' ), + value => scalar($cgi->param('ending')) || '', noinit => 1, } &> @@ -201,7 +201,7 @@ my %colors = ( my $color_sub = sub { $colors{ $_[0]->level }; }; -my @contexts = ('', sort FS::log_context->contexts); +my @contexts = ('', FS::log_context->contexts); <%init> my $curuser = $FS::CurrentUser::CurrentUser;