From d0bee531e62bec7fe239e898ec64aeb453138d22 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Thu, 27 Jun 2013 08:57:54 +0000 Subject: [PATCH] * code for task#1424. --- module/bug/view/m.activate.html.php | 21 ++++++++++++--- module/bug/view/m.close.html.php | 11 ++++++-- module/bug/view/m.confirmbug.html.php | 16 +++++++++--- module/bug/view/m.resolve.html.php | 37 ++++++++++++++++++++------- 4 files changed, 67 insertions(+), 18 deletions(-) diff --git a/module/bug/view/m.activate.html.php b/module/bug/view/m.activate.html.php index 75cd1eda30..a45456c10c 100755 --- a/module/bug/view/m.activate.html.php +++ b/module/bug/view/m.activate.html.php @@ -1,10 +1,23 @@
-
title;?> -
bug->assignedTo . html::select('assignedTo', $users, $bug->resolvedBy, 'class=select-3');?>
-
bug->openedBuild . html::select('openedBuild[]', $builds, $bug->openedBuild, 'size=4 multiple=multiple class=select-3');?>
-
comment");?>
+

id $bug->title";?>

+ + + + + + + + + + + + + + +
bug->assignedTo?>resolvedBy, 'class=select-3');?>
bug->openedBuild;?>openedBuild, 'size=4 multiple=multiple class=select-3');?>
comment;?>
+
bug->buttonConfirm, 'data-inline="true" data-theme="b"');?> diff --git a/module/bug/view/m.close.html.php b/module/bug/view/m.close.html.php index d5eb30ba89..485efb984a 100755 --- a/module/bug/view/m.close.html.php +++ b/module/bug/view/m.close.html.php @@ -1,8 +1,15 @@
-
title;?>
-
comment");?>
+

id $bug->title";?>

+ + + + + + +
comment;?>
+
diff --git a/module/bug/view/m.confirmbug.html.php b/module/bug/view/m.confirmbug.html.php index 705a700d0d..a31b037376 100755 --- a/module/bug/view/m.confirmbug.html.php +++ b/module/bug/view/m.confirmbug.html.php @@ -1,9 +1,19 @@
-
title;?>
-
bug->assignedTo . html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?>
-
comment . html::textarea('comment', '', "rows='6' class='area-1'");?>
+

id $bug->title";?>

+ + + + + + + + + + +
bug->assignedTo;?>assignedTo);?>
comment;?>
+
bug->buttonConfirm, 'data-inline="true" data-theme="b"');?> diff --git a/module/bug/view/m.resolve.html.php b/module/bug/view/m.resolve.html.php index 8bfd27ec11..2244a3205c 100755 --- a/module/bug/view/m.resolve.html.php +++ b/module/bug/view/m.resolve.html.php @@ -1,16 +1,35 @@
-
title;?>
-
bug->resolutionList['tostory']); echo $lang->bug->resolution . html::select('resolution', $lang->bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?>
- +

id $bug->title";?>

+ + + + + + + + + + + + + + + + + + + + +
bug->resolutionList['tostory']); echo $lang->bug->resolution ;?>bug->resolutionList, '', 'class=select-3 onchange=setDuplicate(this.value)');?> +
bug->resolvedBuild?>
bug->resolvedDate?> + +
bug->assignedTo?> + openedBy);?> +
comment;?>
-
bug->resolvedBuild . html::select('resolvedBuild', $builds, '', 'class=select-3');?>
-
bug->resolvedDate . html::input('resolvedDate', helper::now(), "class='select-3'");?>
-
bug->assignedTo . html::select('assignedTo', $users, $bug->openedBy, 'class=select-3');?>
-
comment'");?>