thomascube
2006-04-04 f3704e18d89e4065cede8509256d7fbf483b7fe6
program/steps/settings/func.inc
@@ -78,6 +78,7 @@
  $select_timezone->add('(GMT -5:00) Eastern Time (US/Canada), Bogota, Lima', '-5');
  $select_timezone->add('(GMT -4:00) Atlantic Time (Canada), Caracas, La Paz', '-4');
  $select_timezone->add('(GMT -3:00) Brazil, Buenos Aires, Georgetown', '-3');
  $select_timezone->add('(GMT -3:30) Nfld Time (Canada), Nfld, S. Labador', '-3.5');
  $select_timezone->add('(GMT -2:00) Mid-Atlantic', '-2');
  $select_timezone->add('(GMT -1:00) Azores, Cape Verde Islands', '-1');
  $select_timezone->add('(GMT) Western Europe, London, Lisbon, Casablanca', '0');
@@ -108,6 +109,14 @@
                  $select_timezone->show($CONFIG['timezone']));
  $field_id = 'rcmfd_dst';
  $input_dst = new checkbox(array('name' => '_dst_active', 'id' => $field_id, 'value' => 1));
  $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n",
                  $field_id,
                  rep_specialchars_output(rcube_label('dstactive')),
                  $input_dst->show($CONFIG['dst_active']));
  // show page size selection
  $field_id = 'rcmfd_pgsize';
  $input_pagesize = new textfield(array('name' => '_pagesize', 'id' => $field_id, 'size' => 5));