Beispiel #1
0
 public function time_zone_select_tag($field, $selected = null, $options = array())
 {
     $options = FormTagHelper::set_field_id_and_name($field, $options);
     return "<select" . $this->options_to_s($options) . ">" . $this->time_zone_options_for_select($selected) . "</select>";
 }