From 91b213a105ac0c8e13a8ff168fcc079886ec331d Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 21 May 2018 16:34:01 +0800 Subject: [PATCH] * Add title for severity. --- module/block/view/bugblock.html.php | 2 +- module/my/view/bug.html.php | 2 +- module/project/view/bug.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/block/view/bugblock.html.php b/module/block/view/bugblock.html.php index 1e3bdc5b02..1434fcba3b 100644 --- a/module/block/view/bugblock.html.php +++ b/module/block/view/bugblock.html.php @@ -44,7 +44,7 @@ bug->priList, $bug->pri)?> - + title?> diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 977b6d4e10..9314af3f5c 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -59,7 +59,7 @@ id);?> - ' data-severity='severity;?>'> + ' data-severity='severity;?>' title='bug->severityList, $bug->severity);?>'> pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> bug->typeList, $bug->type, '');?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index f7d96cb356..626002d2a2 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -61,7 +61,7 @@ id);?> - ' data-severity='severity;?>'> + ' title='bug->severityList, $bug->severity);?>' data-severity='severity;?>'> pri?>' title='bug->priList, $bug->pri, $bug->pri)?>'>bug->priList, $bug->pri, $bug->pri)?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color'");?> openedBy, $bug->openedBy);?>