* Fix bug#26180.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<td><span class='label-pri <?php echo 'label-pri-' . $story->pri;?>' title='<?php echo zget($lang->story->priList, $story->pri, $story->pri);?>'><?php echo zget($lang->story->priList, $story->pri, $story->pri);?></span></td>
|
||||
<td class='text-left nobr' title="<?php echo $story->title?>">
|
||||
<?php
|
||||
if($story->parent > 0) echo "<span class='label'>{$lang->story->childrenAB}</span>";
|
||||
if($story->parent > 0) echo "<span class='label label-badge label-light'>{$lang->story->childrenAB}</span>";
|
||||
if(common::hasPriv('execution', 'storyView'))
|
||||
{
|
||||
echo html::a($storyLink, $story->title, '', "class='iframe' data-width='80%'");
|
||||
|
||||
Reference in New Issue
Block a user