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);?>