X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e8686b575592289dc6ae3e0c80f329c4e3e51cf7;hb=9208e850bf047eb4a4438ad3958b7891370d2cb1;hp=7a4a719667f3ea4817f1a9b81eab025595a488e2;hpb=b35b650a6078d645d6f97620f3c79ae941915dd9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7a4a71966..e8686b575 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -185,12 +185,19 @@ httemplate/docs/config.html { 'key' => 'address', - 'section' => 'depreciated', + 'section' => 'deprecated', 'description' => 'This configuration option is no longer used. See invoice_template instead.', 'type' => 'text', }, { + 'key' => 'alerter_template', + 'section' => 'billing', + 'description' => 'Template file for billing method expiration alerts. See the billing documentation for details.', + 'type' => 'textarea', + }, + + { 'key' => 'apacheroot', 'section' => 'apache', 'description' => 'The directory containing Apache virtual hosts', @@ -304,7 +311,7 @@ httemplate/docs/config.html { 'key' => 'domain', - 'section' => 'depreciated', + 'section' => 'deprecated', 'description' => 'Your domain name.', 'type' => 'text', }, @@ -416,8 +423,8 @@ httemplate/docs/config.html { 'key' => 'maildisablecatchall', - 'section' => 'depreciated', - 'description' => 'DEPRECIATED, now the default. Turning this option on used to disable the requirement that each virtual domain have a catch-all mailbox.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, now the default. Turning this option on used to disable the requirement that each virtual domain have a catch-all mailbox.', 'type' => 'checkbox', }, @@ -491,6 +498,14 @@ httemplate/docs/config.html # }, { + 'key' => 'report_template', + 'section' => 'required', + 'description' => 'Required template file for reports. See the billing documentation for details.', + 'type' => 'textarea', + }, + + + { 'key' => 'maxsearchrecordsperpage', 'section' => 'UI', 'description' => 'If set, number of search records to return per page.', @@ -654,8 +669,8 @@ httemplate/docs/config.html { 'key' => 'textradiusprepend', - 'section' => 'depreciated', - 'description' => 'DEPRECIATED, use RADIUS check attributes instead. This option will be removed soon. The contents will be prepended to the first line of a user\'s RADIUS entry in text exports.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, use RADIUS check attributes instead. This option will be removed soon. The contents will be prepended to the first line of a user\'s RADIUS entry in text exports.', 'type' => 'text', }, @@ -734,8 +749,8 @@ httemplate/docs/config.html { 'key' => 'vpopmailrestart', 'section' => 'mail', - 'description' => 'If defined, the command which is run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', - 'type' => 'text', + 'description' => 'If defined, the shell commands to run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', + 'type' => 'textarea', }, { @@ -746,6 +761,13 @@ httemplate/docs/config.html }, { + 'key' => 'safe-part_bill_event', + 'section' => 'UI', + 'description' => 'Validates invoice event expressions against a preset list. Useful for webdemos, annoying to powerusers.', + 'type' => 'checkbox', + }, + + { 'key' => 'show_ss', 'section' => 'UI', 'description' => 'Turns on display/collection of SS# in the web interface.', @@ -759,6 +781,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'legacy_link', + 'section' => 'UI', + 'description' => 'Display options in the web interface to link legacy pre-Freeside services.', + 'type' => 'checkbox', + }, + ); 1;