[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
- Previous message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi myaccount.html, 1.18.2.2, 1.18.2.3 provision.html, 1.6.4.1, 1.6.4.2 provision_list.html, 1.5.10.1, 1.5.10.2 ws_list.html, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/httemplate/view cust_main.cgi, 1.136, 1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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" },
- Previous message: [freeside-commits] freeside/fs_selfservice/FS-SelfService/cgi myaccount.html, 1.18.2.2, 1.18.2.3 provision.html, 1.6.4.1, 1.6.4.2 provision_list.html, 1.5.10.1, 1.5.10.2 ws_list.html, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/httemplate/view cust_main.cgi, 1.136, 1.137
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list