Finish task #46230,46228,46227.

This commit is contained in:
zhouxin
2021-12-17 05:42:52 +00:00
parent 2722e08c1c
commit 647c81e608
6 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ class design extends control
if($this->config->maxVersion and common::hasPriv('design', 'submit'))
{
$this->lang->TRActions .= '<div class="btn-group">';
$this->lang->TRActions .= html::a($this->createLink('design', 'submit', "productID=$productID", '', true), "<i class='icon-plus'></i> {$this->lang->design->createReview}", '', "class='btn btn-secondary iframe'");
$this->lang->TRActions .= html::a($this->createLink('design', 'submit', "productID=$productID", '', true), "<i class='icon-plus'></i> {$this->lang->design->submit}", '', "class='btn btn-secondary iframe'");
$this->lang->TRActions .= '</div>';
}
$this->lang->TRActions .= '<div class="btn-group dropdown">';