diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 73b60bc309..6c293fc0eb 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -211,7 +211,8 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - + getClientLang() == 'en' ? 'w-100px' : 'w-80px';?> + @@ -264,7 +265,8 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
bug->openedBy;?>bug->openedBy;?> openedBy];?>
- + getClientLang() == 'en' ? 'w-100px' : 'w-80px';?> + diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 243ae23315..4ba1db9a13 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -32,7 +32,8 @@ js::set('productID' , $bug->product);
bug->linkBug;?>bug->linkBug;?> createLink('bug', 'linkBugs', "bugID=$bug->id", '', true), $lang->bug->linkBugs, '', "class='text-primary' data-toggle='modal' data-type='iframe' data-width='95%'");?>
- + getClientLang() == 'en' ? 'w-130px' : 'w-100px';?> +
bug->resolution;?>bug->resolution;?> bug->resolutionList, '', "class='form-control chosen' onchange=setDuplicate(this.value)");?>