diff --git a/module/extension/css/obtain.css b/module/extension/css/obtain.css index 00a2b3495f..5ee32db932 100644 --- a/module/extension/css/obtain.css +++ b/module/extension/css/obtain.css @@ -1,3 +1,5 @@ .pager {margin-top: 0;} .tree li>a:hover {color: #fff; background-color: #0c64eb;} .tree li>a.active {color: #fff; background-color: #0c64eb;} +.side-col {width: 210px;} +#sidebar .cell {width: 190px;} diff --git a/module/mr/view/browse.html.php b/module/mr/view/browse.html.php index 304fc22f80..056075e64d 100644 --- a/module/mr/view/browse.html.php +++ b/module/mr/view/browse.html.php @@ -51,16 +51,16 @@
- + recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?> - - - - - - - - + + + + + + + + diff --git a/module/repo/model.php b/module/repo/model.php index 9575a12c48..dad33fcd20 100644 --- a/module/repo/model.php +++ b/module/repo/model.php @@ -57,7 +57,7 @@ class repoModel extends model } common::setMenuVars('devops', $repoID); - if(!session_id()) session_start(); + session_start(); $this->session->set('repoID', $repoID); session_write_close(); }
mr->id);?>mr->title);?>mr->sourceBranch);?>mr->targetBranch);?>mr->mergeStatus);?>mr->approvalStatus);?>mr->author);?>actions;?>mr->id);?>mr->title);?>mr->sourceBranch);?>mr->targetBranch);?>mr->mergeStatus);?>mr->approvalStatus);?>mr->author);?>actions;?>