summaryrefslogtreecommitdiff
path: root/httemplate/edit/rate.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/rate.cgi')
-rw-r--r--httemplate/edit/rate.cgi8
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/edit/rate.cgi b/httemplate/edit/rate.cgi
index 75c714322..13717dc1a 100644
--- a/httemplate/edit/rate.cgi
+++ b/httemplate/edit/rate.cgi
@@ -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>