summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-04 16:48:07 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-04 16:48:07 -0700
commit00068a5f2d8535d64b4900d2fd8470c1333ea7ac (patch)
treedb1d347f757d99e4c460e65e6c7d568429e20723 /FS
parent9e710a89ff6b8a1e6b0dc407e7522390dc168079 (diff)
add brand-agent option, RT#17055
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm16
1 files changed, 16 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 4a4f92c8a..a984db82f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2835,6 +2835,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',
@@ -4830,6 +4838,14 @@ and customer address. Include units.',
'type' => 'checkbox',
},
+ {
+ '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" },