From 1cdfa7fe84daca400479a41a237c70719c7e4044 Mon Sep 17 00:00:00 2001
From: holan20180123 <56391770@qq.com>
Date: Thu, 30 Jul 2020 16:23:13 +0800
Subject: [PATCH] * Finish task #7564.
---
module/build/view/view.html.php | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php
index ce644bbb85..754b7ef277 100644
--- a/module/build/view/view.html.php
+++ b/module/build/view/view.html.php
@@ -133,7 +133,7 @@ tbody tr td:first-child input{display:none;}
parent > 0) echo "{$lang->story->childrenAB}";
- echo html::a($storyLink,$story->title, '', "class='iframe' data-width='1000'");
+ echo html::a($storyLink,$story->title, '', isonlybody() ? "data-width='1000'" : "class='iframe' data-width='1000'");
?>
|
openedBy);?> |
@@ -213,7 +213,9 @@ tbody tr td:first-child input{display:none;}
id);?>
- title, '', "class='iframe' data-width='1000'");?> |
+
+ title, '', isonlybody() ? "data-width='1000'" : "class='iframe' data-width='1000'");?>
+ |
processStatus('bug', $bug);?>
@@ -293,7 +295,9 @@ tbody tr td:first-child input{display:none;}
|
- title, '', "class='iframe' data-width='1000'");?> |
+
+ title, '', isonlybody() ? "data-width='1000'" : "class='iframe' data-width='1000'");?>
+ |
processStatus('bug', $bug);?>
|