From 1ec49b28c30c84962670d80d1c143e65b5b9370a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Dec 2006 12:43:44 +0000 Subject: add a quick start at a "dashboard" customer list, mostly for internal use for starters --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 270b61c9f..f2fda8016 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1995,6 +1995,13 @@ httemplate/docs/config.html '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; -- cgit v1.2.1