diff options
author | ivan <ivan> | 2008-01-10 21:52:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-10 21:52:32 +0000 |
commit | f566a9504d4c9f74a59251f10d029e08b0d98c71 (patch) | |
tree | aba67012f98512611532e39f5fdb309e43f78fe8 /httemplate/edit/process | |
parent | f138c46181af56c57776b202eb5d0c6def661bcc (diff) |
new call rate editor (VoIP/telephony)
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/rate_detail.html | 13 |
1 files changed, 13 insertions, 0 deletions
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'); + +</%init> |