diff --git a/lib/base/front/front.class.php b/lib/base/front/front.class.php index 15317426a8..7d12b3ac58 100644 --- a/lib/base/front/front.class.php +++ b/lib/base/front/front.class.php @@ -588,7 +588,7 @@ function selectAll(checker, scope, type) { if(type == 'button') { - var check = $(checker).data('check'); + var check = $('#' + scope + ' input:checkbox').length == $('#' + scope + ' input:checkbox:checked').length ? false : true; $('#' + scope + ' input').each(function() { $(this).prop("checked", check) @@ -607,12 +607,11 @@ function selectAll(checker, scope, type) { if(type == 'button') { - var check = $(checker).data('check'); + var check = $('input:checkbox').length == $('input:checkbox:checked').length ? false : true; $('input:checkbox').each(function() { $(this).prop("checked", check) }); - $(checker).data('check', check == true ? false :true); } else if(type == 'checkbox') { @@ -632,7 +631,7 @@ EOT; } elseif($type == 'button') { - $string .= ""; + $string .= ""; } return $string; diff --git a/module/block/view/executionblock.html.php b/module/block/view/executionblock.html.php index 6840fa44ad..6854e2ab3d 100644 --- a/module/block/view/executionblock.html.php +++ b/module/block/view/executionblock.html.php @@ -14,6 +14,7 @@ .table .c-progress {width: 60px;} .table .c-estimate {width: 85px;} .c-hours {text-align: right !important; padding-right: 24px !important;} +.table .c-burn {width: 150px;}
" . $lang->execution->create, '', "class='btn btn-primary'")?>
@@ -32,13 +33,13 @@ execution->progress;?> - execution->burn;?> + execution->burn;?> - - + + get->entry}'" : "class='text-center'"; $viewLink = $this->createLink('execution', 'task', 'executionID=' . $execution->id); @@ -67,8 +68,8 @@ burns);?>'> - - + + diff --git a/module/common/lang/common.php b/module/common/lang/common.php index 34e2a433c4..d74e9b3b3c 100644 --- a/module/common/lang/common.php +++ b/module/common/lang/common.php @@ -39,6 +39,7 @@ $lang->report = new stdclass(); $lang->repo = new stdclass(); $lang->jenkins = new stdclass(); $lang->gitlab = new stdclass(); +$lang->mr = new stdclass(); $lang->compile = new stdclass(); $lang->job = new stdclass(); $lang->svn = new stdclass(); diff --git a/module/common/model.php b/module/common/model.php index 497b51267c..e42b58def5 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -358,7 +358,7 @@ class commonModel extends model $html .= ""; $html .= "