[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.133.2.41, 1.133.2.42

Ivan,,, ivan at wavetail.420.am
Fri Jan 13 22:15:29 PST 2012


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	MyAccount.pm 
Log Message:
selfservice-no_logo option to disable logo, RT#15963

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.133.2.41
retrieving revision 1.133.2.42
diff -u -w -d -r1.133.2.41 -r1.133.2.42
--- MyAccount.pm	5 Jan 2012 06:05:15 -0000	1.133.2.41
+++ MyAccount.pm	14 Jan 2012 06:15:27 -0000	1.133.2.42
@@ -121,7 +121,7 @@
           )
       ),
       ( map { $_ => $conf->exists("selfservice-$_", $agentnum ) }
-        qw( menu_skipblanks menu_skipheadings menu_nounderline )
+        qw( menu_skipblanks menu_skipheadings menu_nounderline no_logo )
       ),
       ( map { $_ => scalar($conf->config_binary("selfservice-$_", $agentnum)) }
         qw( title_left_image title_right_image



More information about the freeside-commits mailing list