when "email"
      data[:title] = _('E-mail Settings')
      rows.push({:cells => {:label => _('From E-mail Address'), :value => record_options[:from]}})
      rows.push({:cells => {:label => _('To E-mail Address'), :value => record_options[:to]}})