[freeside-commits] freeside/FS/FS Conf.pm,1.407,1.408

Ivan,,, ivan at wavetail.420.am
Fri Dec 17 15:44:40 PST 2010


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

Modified Files:
	Conf.pm 
Log Message:
add cust_main-external_links and menu-prepend_links options for wisper NORM links, RT#10889

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -w -d -r1.407 -r1.408
--- Conf.pm	15 Dec 2010 15:09:45 -0000	1.407
+++ Conf.pm	17 Dec 2010 23:44:38 -0000	1.408
@@ -4132,6 +4132,20 @@
     'type'        => 'textarea',
   },
 
+  {
+    'key'         => 'menu-prepend_links',
+    'section'     => 'UI',
+    'description' => 'Links to prepend to the main menu, one per line, with format "URL Link Label (optional ALT popup)".',
+    'type'        => 'textarea',
+  },
+
+  {
+    'key'         => 'cust_main-external_links',
+    'section'     => 'UI',
+    'description' => 'External links available in customer view, one per line, with format "URL Link Label (optional ALT popup)".  The URL will have custnum appended.',
+    'type'        => 'textarea',
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list