cdr rating by day and time, part 2, RT#4763
[freeside.git] / httemplate / edit / rate.cgi
index 75c7143..13717dc 100644 (file)
@@ -22,9 +22,15 @@ Rate plan
 <INPUT NAME="submit" TYPE="button" VALUE="<% 
   $rate->ratenum ? "Apply changes" : "Add rate plan"
 %>" onClick="document.OneTrueForm.submit.disabled=true; process();">
-
 </FORM>
 
+% if($rate->ratenum) {
+<BR><BR><FONT SIZE="+2">Rates in this plan</FONT>
+<% include('/edit/elements/rate_detail.html',
+            'ratenum' => $rate->ratenum
+) %>
+% }
+
 <% include('/elements/footer.html') %>
 
 <%init>