X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Flog_email.html;h=19b415d4dee0b7e92215c1a275ed409d59149694;hb=354b9290110ed25ab800be47df56061b5c0c3088;hp=709a24069b683f7a158d0fa9cc731706cf430a49;hpb=ebd5b466b4717f201bc7f8d57ef0f7441e590d91;p=freeside.git diff --git a/httemplate/edit/log_email.html b/httemplate/edit/log_email.html index 709a24069..19b415d4d 100644 --- a/httemplate/edit/log_email.html +++ b/httemplate/edit/log_email.html @@ -10,8 +10,8 @@ }, { 'field' => 'min_level', 'type' => 'select', - 'options' => [ 0..7 ], - 'labels' => { map {$_ => $FS::Log::LEVELS[$_]} 0..7 }, + 'options' => [ &FS::Log::levelnums ], + 'labels' => { &FS::Log::levelmap }, 'curr_value' => scalar($cgi->param('min_level')), }, 'to_addr',