summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cdr.html
diff options
context:
space:
mode:
authorivan <ivan>2008-03-26 02:27:07 +0000
committerivan <ivan>2008-03-26 02:27:07 +0000
commit96704cdedc2350daaeb6945efe6a0697eee3d643 (patch)
tree8ecc08d473ac4e2486c3cbfc41e7c7056c6282f2 /httemplate/search/report_cdr.html
parent1fe116bffdcea1110d4b6d73b8616a3a147bdee2 (diff)
add ability to query ranges of duration & billable seconds to CDR report
Diffstat (limited to 'httemplate/search/report_cdr.html')
-rw-r--r--httemplate/search/report_cdr.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
index 06f0b1aae..1c191506f 100644
--- a/httemplate/search/report_cdr.html
+++ b/httemplate/search/report_cdr.html
@@ -2,7 +2,7 @@
<FORM ACTION="cdr.html" METHOD="GET">
-<TABLE>
+<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
<TD ALIGN="right">Status: </TD>
<TD>
@@ -30,6 +30,18 @@
</TD>
</TR>
+ <% include( '/elements/tr-input-lessthan_greaterthan.html',
+ 'label' => 'Duration (sec)',
+ 'field' => 'duration',
+ )
+ %>
+
+ <% include( '/elements/tr-input-lessthan_greaterthan.html',
+ 'label' => 'Billable duration (sec)',
+ 'field' => 'billsec',
+ )
+ %>
+
</TABLE>
<BR>