From b1de85895c4e7da26e287ec392ecbabd8fd6471a Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 31 May 2018 13:09:40 +0800 Subject: [PATCH] * Adjust codes. --- module/product/view/create.html.php | 2 +- module/product/view/index.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index b8ceecdfcb..4e754f784b 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -40,7 +40,7 @@ echo ""; echo html::a($this->createLink('tree', 'browse', "rootID=$rootID&view=line"), $lang->tree->manageLine, '_blank'); echo '  '; - echo html::a("javascript:loadProductLines({$rootID})", $lang->refresh, "class='refresh'"); + echo html::a("javascript:loadProductLines({$rootID})", $lang->refresh, '', "class='refresh'"); echo ''; } ?> diff --git a/module/product/view/index.html.php b/module/product/view/index.html.php index 302af2d70f..67d1f028fc 100644 --- a/module/product/view/index.html.php +++ b/module/product/view/index.html.php @@ -19,7 +19,7 @@ fetch('block', 'dashboard', 'module=product');?>