diff options
| author | ivan <ivan> | 2010-03-23 03:48:31 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-03-23 03:48:31 +0000 |
| commit | 7167be4668e6187ac55126791ca9b74cd5fb27e8 (patch) | |
| tree | 54914bf888f1b9fdd046c5008ebfffc8b641c695 /httemplate/edit/process | |
| parent | 8317e8d1763c5e13f5fe30f4da91e4f0fac584c6 (diff) | |
adding svc_mailinglist for communigate "groups" (mailing lists), RT#7514
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/mailinglistmember.html | 6 | ||||
| -rw-r--r-- | httemplate/edit/process/svc_mailinglist.html | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/edit/process/mailinglistmember.html b/httemplate/edit/process/mailinglistmember.html new file mode 100644 index 000000000..f1842b8ef --- /dev/null +++ b/httemplate/edit/process/mailinglistmember.html @@ -0,0 +1,6 @@ +<% include( 'elements/process.html', + 'table' => 'mailinglistmember', + 'popup_reload' => 'Member added', + ) +%> +%#XXX ACL diff --git a/httemplate/edit/process/svc_mailinglist.html b/httemplate/edit/process/svc_mailinglist.html new file mode 100644 index 000000000..580f6ccbd --- /dev/null +++ b/httemplate/edit/process/svc_mailinglist.html @@ -0,0 +1,11 @@ +<% include( 'elements/svc_Common.html', + 'table' => 'svc_mailinglist', + 'fields' => [ fields('svc_mailinglist'), 'listname' ], + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific? + +</%init> |
