Fixed missing save and cancel button texts in reseller and client form.
| | |
| | | $app->tpl->setVar('template_additional_list', $text); |
| | | $app->tpl->setVar('app_module', 'client'); |
| | | |
| | | |
| | | //* Set the 'customer no' default value |
| | | if($this->id == 0) { |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt')); |
| | | $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt')); |
| | | |
| | | parent::onShowEnd(); |
| | | |
| | |
| | | $app->db->datalogUpdate('sys_ini', "config = '".$app->db->quote($system_config_str)."'", 'sysini_id', 1); |
| | | } |
| | | } |
| | | |
| | | $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt')); |
| | | $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt')); |
| | | |
| | | parent::onShowEnd(); |
| | | |