[freeside-commits] freeside/FS/FS Conf.pm,1.500,1.501
Ivan,,,
ivan at wavetail.420.am
Fri Jan 13 22:15:28 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv28035/FS/FS
Modified Files:
Conf.pm
Log Message:
selfservice-no_logo option to disable logo, RT#15963
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -w -d -r1.500 -r1.501
--- Conf.pm 13 Jan 2012 10:13:54 -0000 1.500
+++ Conf.pm 14 Jan 2012 06:15:25 -0000 1.501
@@ -3985,6 +3985,14 @@
},
{
+ 'key' => 'selfservice-no_logo',
+ 'section' => 'self-service',
+ 'description' => 'Disable the logo in self-service',
+ 'type' => 'checkbox',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'selfservice-title_color',
'section' => 'self-service',
'description' => 'HTML color for the self-service title, for example, #000000',
More information about the freeside-commits
mailing list