summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2006-12-15 12:43:44 +0000
committerivan <ivan>2006-12-15 12:43:44 +0000
commit1ec49b28c30c84962670d80d1c143e65b5b9370a (patch)
tree595639a600fe3b2c994669901fd2ded2485f656d /FS
parentf5246a149f9314649e85b20837b0b986d87a56ea (diff)
add a quick start at a "dashboard" customer list, mostly for internal use for starters
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
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;