summaryrefslogtreecommitdiff
path: root/httemplate/search/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/log.html')
-rw-r--r--httemplate/search/log.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/httemplate/search/log.html b/httemplate/search/log.html
index 5b330f899..535b2ca32 100644
--- a/httemplate/search/log.html
+++ b/httemplate/search/log.html
@@ -65,14 +65,14 @@ a:visited {text-decoration: none}
<TR>
<TD>From
<& /elements/input-date-field.html, {
- name => 'beginning',
- value => $cgi->param('beginning'),
+ name => 'beginning',
+ value => scalar($cgi->param('beginning')),
} &>
</TD>
<TD>To
<& /elements/input-date-field.html, {
- name => 'ending',
- value => $cgi->param('ending') || '',
+ name => 'ending',
+ value => scalar($cgi->param('ending')) || '' ),
noinit => 1,
} &>
</TD>
@@ -80,17 +80,17 @@ a:visited {text-decoration: none}
<TR>
<TD>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')),
&>
</TD>
<TD>