[freeside-commits] freeside/FS/FS Conf.pm,1.283,1.284

Ivan,,, ivan at wavetail.420.am
Wed May 20 08:27:19 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv27063/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add "manage device" link & config, RT#5438

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Conf.pm	9 May 2009 07:56:38 -0000	1.283
+++ Conf.pm	20 May 2009 15:27:17 -0000	1.284
@@ -2795,6 +2795,13 @@
     '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;



More information about the freeside-commits mailing list