diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index f7f0ebd23d..90b01a81ce 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -58,6 +58,7 @@ ?> type == 'program'):?> +   user->admin or strpos(",{$app->user->view->programs},", ",$program->id,") !== false) ? html::a($this->createLink('program', 'product', "programID=$program->id"), $program->name) : $program->name;?> createLink('project', 'index', "projectID=$program->id", '', '', $program->id), $program->name, '', 'class="text-ellipsis text-primary"');?> @@ -117,9 +118,8 @@ #programTableList .icon-scrum:before {content: '\e9a2';} #programTableList .icon-waterfall:before {content: '\e9a4';} #programTableList .icon-kanban:before {content: '\e983';} -#programTableList .is-top-level {font-weight: bold;} -#programTableList .has-nest-child > .c-name > a {color: #0b0f18!important;} -/* #programTableList .is-nest-child > .c-name > a {color: #2463C7!important;} */ +/* #programTableList .has-nest-child > .c-name > a {color: #0b0f18!important;} +#programTableList .is-nest-child > .c-name > a {color: #2463c7!important;} */ #programTableList .c-name .label-danger {position: absolute; right: 10px; padding: 2px 4px;}