diff --git a/module/bug/css/x.browse.css b/module/bug/css/x.browse.css index 21c6eddfeb..0810fb1976 100644 --- a/module/bug/css/x.browse.css +++ b/module/bug/css/x.browse.css @@ -13,6 +13,7 @@ body {margin-bottom: 0px !important;} .table-footer{position: fixed; width: 100%; bottom: 0;} .linkButton {float: right; padding-right: 10px; line-height: 34px;} .main-table a {pointer-events: none; color: unset !important;} +.pager a {pointer-events: unset;} .table-responsive {margin-bottom: unset;} ::-webkit-scrollbar {width: 10px; height: 10px;} -::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; opacity: 0; transition: opacity 0.1s;} \ No newline at end of file +::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; opacity: 0; transition: opacity 0.1s;} diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 67c8309a4f..c5c59f839c 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -192,7 +192,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow product->getByID($productID)->name ?>
- +
@@ -263,7 +263,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow app->getViewType() == 'xhtml'):?> - id == 'title' || $value->id == 'id' || $value->id == 'pri' || $value->id == 'status') @@ -296,7 +296,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow app->getViewType() == 'xhtml'):?> - id == 'title' || $value->id == 'id' || $value->id == 'pri' || $value->id == 'status'){ diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 131a90580f..d0d403495e 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -14,12 +14,11 @@ session->bugList ? $app->session->bugList : inlink('browse', "productID=$bug->product");?> -console.log('".json_encode($_SERVER["QUERY_STRING"])."');");?>