* Code for finish task #83722.

This commit is contained in:
tianshujie
2023-02-07 16:29:02 +08:00
parent 269c7a517e
commit 52568a67be
15 changed files with 131 additions and 120 deletions
+4 -2
View File
@@ -382,7 +382,7 @@ class custom extends control
$this->view->position[] = $this->lang->custom->required;
$this->view->requiredFields = $requiredFields;
$this->view->moduleName = $moduleName;
$this->view->module = $moduleName;
$this->display();
}
@@ -439,6 +439,7 @@ class custom extends control
$this->view->title = $this->lang->custom->browseStoryConcept;
$this->view->position[] = $this->lang->custom->browseStoryConcept;
$this->view->URSRList = $this->custom->getURSRList();
$this->view->module = 'product';
$this->display();
}
@@ -576,9 +577,10 @@ class custom extends control
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
}
$this->view->title = $this->lang->custom->product;
$this->view->title = $this->lang->custom->productName;
$this->view->position[] = $this->lang->custom->common;
$this->view->position[] = $this->view->title;
$this->view->module = 'product';
$this->display();
}