From 222a3049258537f141ce9f7f7f6d278ec4e6c168 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 May 2009 15:27:45 +0000 Subject: add "manage device" link & config, RT#5438 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e37c6caa6..bcf7bbaee 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2464,6 +2464,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'svc_broadband-manage_link', + 'section' => 'UI', + 'description' => 'URL for svc_broadband "Manage Device" link. The following substitutions are available: $ip_addr.', + 'type' => 'text', + }, + ); 1; -- cgit v1.2.1