diff options
| author | ivan <ivan> | 2010-04-20 04:14:05 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-04-20 04:14:05 +0000 |
| commit | 99c7d450aa6246fcd79cd1a536a688bc70ac4fc9 (patch) | |
| tree | 21faf679bc821e796170ff8ef69fe62032cae312 /httemplate/edit/svc_domain.cgi | |
| parent | bb9af1298c324b9df9becf34bd47e81fcf19a934 (diff) | |
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
| -rwxr-xr-x | httemplate/edit/svc_domain.cgi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index 4f780d68b..b19e9ee15 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -320,7 +320,13 @@ Account defaults ) %> -%#XXX pronto style + <% include('/elements/tr-select.html', + 'label' => 'Pronto style', + 'field' => 'acct_def_cgp_prontoskinname', + 'options' => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ], + 'curr_value' => $svc_domain->acct_def_cgp_prontoskinname, + ) + %> <% include('/elements/tr-select.html', 'label' => 'Send read receipts', |
