* Fix bug #23765.
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
<?php
|
||||
if(!$task->storyTitle) echo $lang->noData;
|
||||
$class = isonlybody() ? 'showinonlybody' : 'iframe';
|
||||
if($task->storyTitle and !common::printLink('story', 'view', "storyID=$task->story", $task->storyTitle, '', "class=$class data-width='80%'", true, true)) echo $task->storyTitle;
|
||||
if($task->storyTitle and !common::printLink('execution', 'storyView', "storyID=$task->story", $task->storyTitle, '', "class=$class data-width='80%'", true, true)) echo $task->storyTitle;
|
||||
if($task->needConfirm)
|
||||
{
|
||||
echo "(<span class='warning'>{$lang->story->changed}</span> ";
|
||||
|
||||
Reference in New Issue
Block a user