X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Flog.html;h=f6ac9d9be9f46957f04ed61a340990975f75b148;hp=5b330f899c060b396b94d1cd2ea04c5d8aac23fc;hb=36246368fb9b34b03c05572d212e2f48abbb63f2;hpb=a2ecb1cf6a6c084c521710f1256da082f70ba9e5 diff --git a/httemplate/search/log.html b/httemplate/search/log.html index 5b330f899..f6ac9d9be 100644 --- a/httemplate/search/log.html +++ b/httemplate/search/log.html @@ -65,14 +65,14 @@ a:visited {text-decoration: none} From <& /elements/input-date-field.html, { - name => 'beginning', - value => $cgi->param('beginning'), + name => 'beginning', + value => scalar($cgi->param('beginning')), } &> To <& /elements/input-date-field.html, { - name => 'ending', - value => $cgi->param('ending') || '', + name => 'ending', + value => scalar($cgi->param('ending')) || '', noinit => 1, } &> @@ -80,17 +80,17 @@ a:visited {text-decoration: none} Level <& /elements/select.html, - field => 'min_level', - options => [ &FS::Log::levelnums ], - labels => { &FS::Log::levelmap }, - curr_value => $cgi->param('min_level'), + field => 'min_level', + options => [ &FS::Log::levelnums ], + labels => { &FS::Log::levelmap }, + curr_value => scalar($cgi->param('min_level')), &> to <& /elements/select.html, - field => 'max_level', - options => [ &FS::Log::levelnums ], - labels => { &FS::Log::levelmap }, - curr_value => $cgi->param('max_level'), + field => 'max_level', + options => [ &FS::Log::levelnums ], + labels => { &FS::Log::levelmap }, + curr_value => scalar($cgi->param('max_level')), &>