diff options
| author | mark <mark> | 2012-02-10 20:59:23 +0000 |
|---|---|---|
| committer | mark <mark> | 2012-02-10 20:59:23 +0000 |
| commit | 9e013fca2dc7cbb43d71f3d3ca6ec8236fb680f5 (patch) | |
| tree | b05ed6e45c3cd72f18fe946ee197c37d4e2b59cc /FS | |
| parent | 827a359e2f666b8f0735402f670b8e41258e54b3 (diff) | |
terms of service for signup server, #16383
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/Signup.pm | 2 | ||||
| -rw-r--r-- | FS/FS/Conf.pm | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 595f4fb40..b026afd33 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -403,6 +403,8 @@ sub signup_info { qw( body_bgcolor box_bgcolor menu_bgcolor ) ), ( map { $_ => join("\n", $conf->config("selfservice-$_", $agentnum ) ) } qw( head body_header body_footer ) ), + ( map { $_ => join("\n", $conf->config("signup_server-$_", $agentnum ) ) } + qw( terms_of_service ) ), }; $cache->set("signup_info_cache_agent$agentnum", $signup_info_cache_agent); diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 51f709349..b3d13e728 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1982,6 +1982,14 @@ and customer address. Include units.', }, { + 'key' => 'signup_server-terms_of_service', + 'section' => 'self-service', + 'description' => 'Terms of Service for the signup server. May contain HTML.', + 'type' => 'textarea', + 'per_agent' => 1, + }, + + { 'key' => 'selfservice_server-base_url', 'section' => 'self-service', 'description' => 'Base URL for the self-service web interface - necessary for some widgets to find their way, including retrieval of non-US state information and phone number provisioning.', |
