This commit is contained in:
songchenxuan
2023-08-09 01:15:23 +08:00
parent 50ca22e874
commit 109e70900d
+1 -2
View File
@@ -56,8 +56,7 @@
}
else
{
$class = "class='iframe' data-width='90%'";
if(strpos(",{$config->my->oaObjectType},", ",{$type},") !== false) $class = "data-toggle='modal'";
$class = "class='iframe' data-width='90%' data-toggle='modal'";
$titleHtml = html::a($this->createLink($type, 'view', "objectID=$review->id", 'html', true), $review->title, '', $class);
}
echo $titleHtml;