diff --git a/module/productplan/css/view.css b/module/productplan/css/view.css index cffbb1ac2d..64fc550a1c 100644 --- a/module/productplan/css/view.css +++ b/module/productplan/css/view.css @@ -33,3 +33,6 @@ ol, ul {padding-left: 20px;} #mainMenu .btn-toolbar .page-title .text {max-width: 434px; overflow: hidden; white-space:nowrap; margin-right: 6px;} #actionsBox a:last-of-type + .divider {display: none;} #actionsBox div.divider:first-child {display: none;} + +#bugs th.c-pri, #bugs th.c-actions {width:72px !important;} +#bugs th.c-status, #bugs th.c-user {width:120px !important;} diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 4c91630e9c..d01f599e3b 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -124,8 +124,8 @@ idAB);?> - priAB);?> story->title);?> + priAB);?> statusAB);?> @@ -139,15 +139,15 @@ productplan->updateOrder);?> - priAB);?> - story->module);?> - story->title);?> - openedByAB);?> - assignedToAB);?> - story->estimateAB);?> - statusAB);?> - story->stageAB);?> - actions?> + story->title);?> + story->module);?> + priAB);?> + statusAB);?> + openedByAB);?> + assignedToAB);?> + story->estimateAB);?> + story->stageAB);?> + actions?> @@ -165,13 +165,13 @@ id);?> - " title='story->priList, $story->pri);?>'>story->priList, $story->pri);?> parent > 0) echo "story->children}>{$lang->story->childrenAB}"; echo $story->title; ?> + " title='story->priList, $story->pri);?>'>story->priList, $story->pri);?> processStatus('story', $story);?> @@ -186,22 +186,20 @@ - " title='story->priList, $story->pri);?>'>story->priList, $story->pri);?> - '>module, '');?> parent > 0) echo "story->children}>{$lang->story->childrenAB}"; echo html::a($viewLink , $story->title, '', "style='color: $story->color' data-app={$this->app->tab}"); ?> + '>module, '');?> + " title='story->priList, $story->pri);?>'>story->priList, $story->pri);?> + + processStatus('story', $story);?> + openedBy);?> assignedTo);?> estimate . $config->hourUnit;?> - - - processStatus('story', $story);?> - - story->stageList[$story->stage];?> idAB);?> - priAB);?> bug->title);?> + priAB);?> bug->status);?> @@ -431,12 +429,12 @@ idAB);?> - priAB);?> - bug->title);?> + bug->title);?> + priAB);?> + bug->status);?> openedByAB);?> bug->assignedToAB);?> - bug->status);?> - actions?> + actions?> @@ -447,12 +445,10 @@ id);?> - bug->priList, $bug->pri);?> title?> + bug->priList, $bug->pri);?> - - processStatus('bug', $bug);?> - + processStatus('bug', $bug);?> @@ -462,15 +458,13 @@ id);?> - bug->priList, $bug->pri);?> createLink('bug', 'view', "bugID=$bug->id"), $bug->title, '', "data-app={$this->app->tab}");?> + bug->priList, $bug->pri);?> + + processStatus('bug', $bug);?> + openedBy);?> assignedTo);?> - - - processStatus('bug', $bug);?> - -