X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_domain.pm;fp=FS%2FFS%2Fsvc_domain.pm;h=2a24da427ac5c9b18a61f3ec3c324799ac37e02b;hp=46605f4a02d88807e4c9f70e2e195f08ba810d62;hb=7a8c7b6f64ac14d555d866f93300e64c47b74a98;hpb=9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 diff --git a/FS/FS/svc_domain.pm b/FS/FS/svc_domain.pm index 46605f4a0..2a24da427 100644 --- a/FS/FS/svc_domain.pm +++ b/FS/FS/svc_domain.pm @@ -295,7 +295,13 @@ sub table_info { disable_inventory => 1, disable_select => 1, }, - #XXX pronto style? + 'acct_def_cgp_prontoskinname' => { + label => 'Acct. default Pronto style', + type => 'select', + select_list => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ], + disable_inventory => 1, + disable_select => 1, + }, 'acct_def_cgp_sendmdnmode' => { label => 'Acct. default send read receipts', type => 'select', @@ -552,7 +558,7 @@ sub check { || $self->ut_alphan('acct_def_cgp_language') || $self->ut_textn('acct_def_cgp_timezone') || $self->ut_textn('acct_def_cgp_skinname') - #XXX pronto style? + || $self->ut_textn('acct_def_cgp_prontoskinname') || $self->ut_alphan('acct_def_cgp_sendmdnmode') #mail #XXX rules, archive rule, spam foldering rule(s)