Esempio n. 1
0
 private function formEdit(Slay_Song $song)
 {
     $data = array('bpm' => array(GWF_Form::INT, $song->getVar('ss_bpm'), $this->l('th_bpm')), 'key' => array(GWF_Form::ENUM, $song->displayKey(), $this->l('th_key'), '', Slay_Key::data()), 'edit' => array(GWF_Form::SUBMIT, $this->module->lang('btn_edit')), 'flush_tags' => array(GWF_Form::SUBMIT, $this->module->lang('btn_flush_tags')));
     return new GWF_Form($this, $data);
 }