From 690bf83a4094377d47ef2f8527c6f1682b76f358 Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 25 Dec 2023 06:05:05 +0000 Subject: [PATCH] * Open help link in a new window. --- module/zahost/ui/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zahost/ui/browse.html.php b/module/zahost/ui/browse.html.php index 1b1ed78931..1052cba082 100644 --- a/module/zahost/ui/browse.html.php +++ b/module/zahost/ui/browse.html.php @@ -34,7 +34,7 @@ $hostList = initTableData($hostList, $config->zahost->dtable->fieldList, $this-> setClass('btn btn-link'), icon('help'), $lang->help, - set('data-app', 'qa'), + set('target', '_blank'), set::href('https://www.zentao.net/book/zentaopms/978.html?fullScreen=zentao') ) );