X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fview_cdr_details.html;h=d2be287fffcc89270980ce2764f5cfae5dfc9b99;hb=362003556ad0c58f21f82d5529e7bf10049d5688;hp=0ee8e963543a357db0b55c76161f8ece1021736c;hpb=f3e0ac2b009c4edd5692cb587ff709dac2223ebe;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html b/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html index 0ee8e9635..d2be287ff 100644 --- a/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html +++ b/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html @@ -1,4 +1,3 @@ -<%= $url = "$selfurl?session=$session_id;action="; ''; %> <%= include('header', ($inbound ? 'Received calls' : 'Dialed calls' ) . ' for '. Date::Format::time2str('%b %o %Y', $beginning). @@ -15,16 +14,18 @@ <%= if ($previous < $beginning) { - $OUT .= qq!Previous period!; + $OUT .= qq!Previous period!; }else{ ''; } %> <%= if ($next > $ending) { - $OUT .= qq!Next period!; + $OUT .= qq!Next period!; }else{ ''; }%>