Skip to content

Commit

Permalink
Fixed issue #14742: Questions with Expresion Manager code are not sho…
Browse files Browse the repository at this point in the history
…wn properly at Quota overview
  • Loading branch information
Shnoulle committed Jun 13, 2019
1 parent 7db9677 commit 6a0fd60
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@
if($oQuotaMember->question):
?>
<tr class="<?php echo !$data['valid'] ? "bg-warning text-danger":""; ?>"><!-- because lime-admin-colors.css force tr:nth-child(2n+1) td color, must add text-danger -->
<td data-toggle="tooltip" data-container="body" title="<?php echo viewHelper::flatEllipsizeText($oQuotaMember->question->question,true,60,'...',0.6); ?>">
<td data-toggle="tooltip" data-container="body" title="<?php echo CHtml::encode(viewHelper::flatEllipsizeText($oQuotaMember->question->question,true,60,'...',0.6)); ?>">
<?php echo $oQuotaMember->question->title?>
</td>
<td>
Expand All @@ -22,4 +22,4 @@
?>
</td>
</tr>
<?php endif;?>
<?php endif;?>

0 comments on commit 6a0fd60

Please sign in to comment.