diff --git a/module/bug/view/m.activate.html.php b/module/bug/view/m.activate.html.php index 644f7e45ea..52acb80cb7 100755 --- a/module/bug/view/m.activate.html.php +++ b/module/bug/view/m.activate.html.php @@ -5,8 +5,10 @@
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");?>
+
bug->buttonConfirm, 'data-inline="true" data-theme="b"');?> +
diff --git a/module/bug/view/m.assignto.html.php b/module/bug/view/m.assignto.html.php index 4dac738c62..f764570f8f 100755 --- a/module/bug/view/m.assignto.html.php +++ b/module/bug/view/m.assignto.html.php @@ -3,9 +3,11 @@
title;?>
bug->assignedTo . html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?>
-
comment . html::textarea('comment', '', "rows='6' class='area-1'");?>
+
comment'");?>
+
+
diff --git a/module/bug/view/m.close.html.php b/module/bug/view/m.close.html.php index 71172e5a01..79579013ea 100755 --- a/module/bug/view/m.close.html.php +++ b/module/bug/view/m.close.html.php @@ -3,8 +3,10 @@
title;?>
comment");?>
+
+
diff --git a/module/bug/view/m.confirmbug.html.php b/module/bug/view/m.confirmbug.html.php index 6d9b2ed088..b9943c4fb9 100755 --- a/module/bug/view/m.confirmbug.html.php +++ b/module/bug/view/m.confirmbug.html.php @@ -4,8 +4,10 @@
title;?>
bug->assignedTo . html::select('assignedTo', $users, $bug->assignedTo, "class='text-3'");?>
comment . html::textarea('comment', '', "rows='6' class='area-1'");?>
+
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 2585fb0a2c..340a8b89bc 100755 --- a/module/bug/view/m.resolve.html.php +++ b/module/bug/view/m.resolve.html.php @@ -11,8 +11,10 @@
bug->resolvedDate . html::input('resolvedDate', helper::now(), "class='select-3'");?>
bug->assignedTo . html::select('assignedTo', $users, $bug->openedBy, 'class=select-3');?>
comment'");?>
+
+