diff options
author | ivan <ivan> | 2002-02-22 01:07:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-22 01:07:23 +0000 |
commit | 4dbbbee37e78a035022974d19b3b80aeaead6049 (patch) | |
tree | d48b68f71fe62656328203b7984e236ef1d3403e /FS | |
parent | 33859df31410294de8c6d775f7e4f892534d4145 (diff) |
UI work:
make all functions of view/cust_pkg.cgi available on view/cust_main.cgi
- having them one link down in "Edit" is confusing.
closes: Bug#325
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f8d646254..226702e5c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -766,6 +766,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'legacy_link', + 'section' => 'UI', + 'description' => 'Display options in the web interface to link legacy pre-Freeside services.', + 'type' => 'checkbox', + }, + ); 1; |