[freeside-commits] freeside/FS/FS Conf.pm,1.506,1.507
Mark Wells
mark at wavetail.420.am
Fri Feb 10 12:57:56 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22025/FS/FS
Modified Files:
Conf.pm
Log Message:
terms of service for signup server, #16383
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -w -d -r1.506 -r1.507
--- Conf.pm 9 Feb 2012 05:11:19 -0000 1.506
+++ Conf.pm 10 Feb 2012 20:57:53 -0000 1.507
@@ -1997,6 +1997,14 @@
},
{
+ '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.',
More information about the freeside-commits
mailing list