summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-04 16:48:01 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-04 16:48:01 -0700
commit6cebc2154e81a0c60a8892fdac88fca5be74f75b (patch)
treec8454a1703b29a92e1b1c2859c194a63c727e08c /FS
parenteb1652e3e27879dc21fb5de882581b5759a66bee (diff)
add brand-agent option, RT#17055
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm17
1 files changed, 16 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 111bafa43..b0f85cf06 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2857,6 +2857,14 @@ and customer address. Include units.',
},
{
+ 'key' => 'company_url',
+ 'section' => 'UI',
+ 'description' => 'Your company URL',
+ 'type' => 'text',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'company_address',
'section' => 'required',
'description' => 'Your company address',
@@ -4860,7 +4868,14 @@ and customer address. Include units.',
},
},
-
+ {
+ 'key' => 'brand-agent',
+ 'section' => 'UI',
+ 'description' => 'Brand the backoffice interface (currently Help->About) using the company_name, company_url and logo.png configuration settings of the selected agent. Typically used when selling or bundling hosted access to the backoffice interface. NOTE: The AGPL software license has specific requirements for source code availability in this situation.',
+ 'type' => 'select-agent',
+ },
+
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },