Merge pull-request #2975

This commit is contained in:
Frederic Guillot
2017-02-23 17:43:30 -05:00

View File

@@ -53,17 +53,26 @@
<?php endif ?> <?php endif ?>
</span> </span>
<?php if (! $not_editable && ! empty($column['description'])): ?> <span class="pull-right">
<span class="tooltip pull-right" title="<?= $this->text->markdownAttribute($column['description']) ?>"> <?php if ($swimlane['nb_swimlanes'] > 1 && ! empty($column['column_score'])): ?>
&nbsp;<i class="fa fa-info-circle"></i> <span title="<?= t('Total score in this column across all swimlanes') ?>">
</span> (<span><?= $column['column_score'] ?></span>)
<?php endif ?> </span>
<?php endif ?>
<?php if (! empty($column['score'])): ?> <?php if (! empty($column['score'])): ?>
<span class="pull-right" title="<?= t('Score') ?>"> <span title="<?= t('Score') ?>">
<?= $column['score'] ?> <?= $column['score'] ?>
</span> </span>
<?php endif ?> <?php endif ?>
<?php if (! $not_editable && ! empty($column['description'])): ?>
<span class="tooltip" title="<?= $this->text->markdownAttribute($column['description']) ?>">
&nbsp;<i class="fa fa-info-circle"></i>
</span>
<?php endif ?>
</span>
<?php if ($column['task_limit']): ?> <?php if ($column['task_limit']): ?>
<span title="<?= t('Task limit') ?>"> <span title="<?= t('Task limit') ?>">