From 8baad1bb7327eb2f704bdcc5d040a24a94de8879 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 10 Jan 2008 21:52:28 +0000 Subject: new call rate editor (VoIP/telephony) --- httemplate/edit/process/rate_detail.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/edit/process/rate_detail.html (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/rate_detail.html b/httemplate/edit/process/rate_detail.html new file mode 100644 index 000000000..6200d615f --- /dev/null +++ b/httemplate/edit/process/rate_detail.html @@ -0,0 +1,13 @@ +<% include( 'elements/process.html', + 'table' => 'rate_detail', + 'popup_reload' => 'Rate changed', #a popup "parent reload" for now + #someday change the individual element and go away instead + ) +%> +<%init> + +my $conf = new FS::Conf; +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + + -- cgit v1.2.1