[freeside-commits] freeside/FS/FS Conf.pm,1.173,1.174

Ivan,,, ivan at wavetail.420.am
Fri Dec 15 04:43:46 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26024/FS/FS

Modified Files:
	Conf.pm 
Log Message:
add a quick start at a "dashboard" customer list, mostly for internal use for starters

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Conf.pm	14 Dec 2006 09:27:26 -0000	1.173
+++ Conf.pm	15 Dec 2006 12:43:44 -0000	1.174
@@ -1995,6 +1995,13 @@
     'select_enum' => \@card_types,
   },
 
+  {
+    'key'         => 'dashboard-toplist',
+    'section'     => 'UI',
+    'description' => 'List of items to display on the top of the front page',
+    'type'        => 'textarea',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list