diff options
author | mark <mark> | 2011-11-11 03:13:07 +0000 |
---|---|---|
committer | mark <mark> | 2011-11-11 03:13:07 +0000 |
commit | 1cc2f252d504829e7aa4394a4c788e6e6fc03756 (patch) | |
tree | b1e9f19a83de45925c98947a87643882f1f3763f /FS | |
parent | 7d964ae317fc7405a9428f3e06dbdd5dcdecf07f (diff) |
improve svc_broadband "manage device" link, #14696
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8d26e91aa..e49174b20 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4275,6 +4275,25 @@ and customer address. Include units.', 'type' => 'text', }, + { + 'key' => 'svc_broadband-manage_link_text', + 'section' => 'UI', + 'description' => 'Label for "Manage Device" link', + 'type' => 'text', + }, + + { + 'key' => 'svc_broadband-manage_link_loc', + 'section' => 'UI', + 'description' => 'Location for "Manage Device" link', + 'type' => 'select', + 'select_hash' => [ + 'bottom' => 'Near Unprovision link', + 'right' => 'With export-related links', + ], + }, + + #more fine-grained, service def-level control could be useful eventually? { 'key' => 'svc_broadband-allow_null_ip_addr', |