[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.7,1.397.2.8
Ivan,,,
ivan at wavetail.420.am
Fri Dec 17 15:44:42 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv13711/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.397.2.7
retrieving revision 1.397.2.8
diff -u -w -d -r1.397.2.7 -r1.397.2.8
--- Conf.pm 15 Dec 2010 15:09:49 -0000 1.397.2.7
+++ Conf.pm 17 Dec 2010 23:44:39 -0000 1.397.2.8
@@ -4106,6 +4106,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