diff options
author | ivan <ivan> | 2010-12-17 23:44:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-17 23:44:40 +0000 |
commit | 66e53a76d61ebda8f21c5dde982bd96a1e5cf198 (patch) | |
tree | f7e1d7d8195c17d46f24722d7db487eae50c76a5 /FS | |
parent | 94fecaba4b378a09d1536cbaee01f5292a996b28 (diff) |
add cust_main-external_links and menu-prepend_links options for wisper NORM links, RT#10889
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 25b6a08bc..9e4320899 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4106,6 +4106,20 @@ and customer address. Include units.', 'type' => 'textarea', }, + { + 'key' => 'menu-prepend_links', + 'section' => 'UI', + 'description' => 'Links to prepend to the main menu, one per line, with format "URL Link Label (optional ALT popup)".', + 'type' => 'textarea', + }, + + { + 'key' => 'cust_main-external_links', + 'section' => 'UI', + 'description' => 'External links available in customer view, one per line, with format "URL Link Label (optional ALT popup)". The URL will have custnum appended.', + 'type' => 'textarea', + }, + { 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" }, |