diff options
author | ivan <ivan> | 2010-12-17 23:44:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-17 23:44:38 +0000 |
commit | c13e11794f80ddbe8748132d78bff1559782d570 (patch) | |
tree | 1fe15eaaad69dc7099f33d1bec560495941cbc5b /FS | |
parent | 7dc0206e7ff40bfd3e95018a7d724a63ce0af8ab (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 ba0bc5b6d..e975fe1d3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4132,6 +4132,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" }, |