mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-21 21:08:42 +00:00
chore(problem/manage/data/configure): submit button text
This commit is contained in:
parent
5f9da8ab5e
commit
5fac2aa2ec
@ -198,6 +198,7 @@ class UOJProblemConfigure {
|
|||||||
$this->simple_form->succ_href = $this->href;
|
$this->simple_form->succ_href = $this->href;
|
||||||
$this->simple_form->config['form']['class'] = 'row gy-3';
|
$this->simple_form->config['form']['class'] = 'row gy-3';
|
||||||
$this->simple_form->config['submit_container']['class'] = 'col-12 text-center mt-3';
|
$this->simple_form->config['submit_container']['class'] = 'col-12 text-center mt-3';
|
||||||
|
$this->simple_form->config['submit_button']['text'] = '检验配置并同步数据';
|
||||||
$this->simple_form->config['back_button']['href'] = $this->href;
|
$this->simple_form->config['back_button']['href'] = $this->href;
|
||||||
$this->simple_form->config['back_button']['class'] = 'btn btn-secondary me-2';
|
$this->simple_form->config['back_button']['class'] = 'btn btn-secondary me-2';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user