Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms
This commit is contained in:
@@ -489,7 +489,7 @@ class baseHTML
|
||||
{
|
||||
if(helper::inOnlyBodyMode()) return false;
|
||||
|
||||
global $lang, $app;
|
||||
global $lang, $app, $config;
|
||||
if(empty($label))
|
||||
{
|
||||
global $lang, $config;
|
||||
|
||||
@@ -299,7 +299,7 @@
|
||||
{
|
||||
foreach($story->planTitle as $planID => $planTitle)
|
||||
{
|
||||
if(!common::printLink('productplan', 'view', "planID=$planID", $planTitle)) echo $lanTitle;
|
||||
if(!common::printLink('productplan', 'view', "planID=$planID", $planTitle, '', "data-app='product'")) echo $lanTitle;
|
||||
echo '<br />';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user