[freeside-commits] freeside/FS/FS Conf.pm,1.486,1.487
Mark Wells
mark at wavetail.420.am
Thu Nov 10 19:13:09 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12475/FS/FS
Modified Files:
Conf.pm
Log Message:
improve svc_broadband "manage device" link, #14696
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -w -d -r1.486 -r1.487
--- Conf.pm 10 Nov 2011 21:40:03 -0000 1.486
+++ Conf.pm 11 Nov 2011 03:13:06 -0000 1.487
@@ -4275,6 +4275,25 @@
'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',
More information about the freeside-commits
mailing list