NoteStar 5 年之前
父节点
当前提交
b2104fdf83

+ 1 - 0
vendor/fancyecommerce/fecshop/app/appadmin/modules/Catalog/block/productinfo/Index.php

@@ -351,6 +351,7 @@ class Index extends AppadminbaseBlock implements AppadminbaseBlockInterface
                 $str .= '<td><span title="'.$display_title.'">'.$val.'</span></td>';
             }
             $str .= '<td>
+                        <a title="' . Yii::$service->page->translate->__('Show')  . '" target="_blank" class="btnEdit"  href="http://www.queenabby.com'.$one['url_key'].'" ><i class="fa fa-eye"></i></a>
 						<a title="' . Yii::$service->page->translate->__('Edit')  . '" target="dialog" class="btnEdit" mask="true" drawable="true" width="1200" height="680" href="'.$this->_editUrl.'?'.$this->_primaryKey.'='.$one[$this->_primaryKey].'" ><i class="fa fa-pencil"></i></a>
 						<a title="' . Yii::$service->page->translate->__('Delete')  . '" target="ajaxTodo" href="'.$this->_deleteUrl.'?'.$this->_primaryKey.'='.$one[$this->_primaryKey].'" class="btnDel"  csrfName="' .CRequest::getCsrfName(). '" csrfVal="' .CRequest::getCsrfValue(). '" ><i class="fa fa-trash-o"></i></a>
 						<a style="margin:3px 0 0" title="' . Yii::$service->page->translate->__('Copy')  . '" target="dialog" class="btnEdit" mask="true" drawable="true" width="1200" height="680" href="'.$this->_copyUrl.'&'.$this->_primaryKey.'='.$one[$this->_primaryKey].'" ><span><i class="fa fa-copy"></i></span></a>