X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e49174b20271fc16ca51cf369c0e24c1826fec1a;hp=8d26e91aa754aa3b7f374b340bcf71e4b4a9be28;hb=5157ebd894ad02c85bac66ed89313d0c0dea7aeb;hpb=7cc0bade6f2c58681a86f93f237978e8a5e3260b 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',