diff options
| author | ivan <ivan> | 2012-01-14 06:15:26 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2012-01-14 06:15:26 +0000 |
| commit | 679fbd2023aa5d87308c2f3d7d5360cfd3c8354a (patch) | |
| tree | 823831e201a519f2475f9179024c9ab95828c23d /FS | |
| parent | 05e987f7432f98a85546270354cd59445756f110 (diff) | |
selfservice-no_logo option to disable logo, RT#15963
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/MyAccount.pm | 2 | ||||
| -rw-r--r-- | FS/FS/Conf.pm | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index c2c295e27..fe47acded 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -121,7 +121,7 @@ sub skin_info { ) ), ( map { $_ => $conf->exists("selfservice-$_", $agentnum ) } - qw( menu_skipblanks menu_skipheadings menu_nounderline ) + qw( menu_skipblanks menu_skipheadings menu_nounderline no_logo ) ), ( map { $_ => scalar($conf->config_binary("selfservice-$_", $agentnum)) } qw( title_left_image title_right_image diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9c043f669..e917fb5cd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3985,6 +3985,14 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-no_logo', + 'section' => 'self-service', + 'description' => 'Disable the logo in self-service', + 'type' => 'checkbox', + 'per_agent' => 1, + }, + + { 'key' => 'selfservice-title_color', 'section' => 'self-service', 'description' => 'HTML color for the self-service title, for example, #000000', |
