diff --git a/module/bug/view/assignto.html.php b/module/bug/view/assignto.html.php index c887450e1d..7861f15442 100644 --- a/module/bug/view/assignto.html.php +++ b/module/bug/view/assignto.html.php @@ -28,8 +28,8 @@ js::set('page', 'assignedto');
- - + + diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 871c6ecee3..2fa217083e 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -29,7 +29,7 @@ js::set('page', 'confirmbug');
bug->assignedTo;?>assignedTo, "class='form-control chosen'");?>bug->assignedTo;?>assignedTo, "class='form-control chosen'");?>
bug->mailto;?>
- + diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index f0774a8a38..7d0799d86e 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -32,11 +32,11 @@ js::set('refresh', $lang->refresh);
bug->assignedTo;?>assignedTo, "class='select-2 chosen'");?>assignedTo, "class='select-2 chosen'");?>
-
bug->lblProductAndModule;?> + -
+
resolvedBuild); bug->legendMisc;?> - + diff --git a/module/bug/view/resolve.html.php b/module/bug/view/resolve.html.php index 08d346b398..5bfa69d8f0 100644 --- a/module/bug/view/resolve.html.php +++ b/module/bug/view/resolve.html.php @@ -25,7 +25,7 @@
bug->linkBug;?>bug->linkBug;?> linkBug, 'class="form-control"');?>
- + diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index 46d123b13f..4077ea94a6 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -24,7 +24,7 @@
bug->resolution;?>bug->resolutionList['tostory']); echo html::select('resolution', $lang->bug->resolutionList, '', 'class=form-control onchange=setDuplicate(this.value)');?>bug->resolutionList['tostory']); echo html::select('resolution', $lang->bug->resolutionList, '', 'class=form-control onchange=setDuplicate(this.value)');?>
- + diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 59f73062ba..43e1509f5b 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -25,7 +25,7 @@
build->product;?>
build->name;?>
- + diff --git a/module/doc/view/create.html.php b/module/doc/view/create.html.php index 444cce8a42..e09af5b458 100644 --- a/module/doc/view/create.html.php +++ b/module/doc/view/create.html.php @@ -25,7 +25,7 @@ - + @@ -43,31 +43,31 @@ - + - + - + - + - + - + - + diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index ac0c60b991..611032a707 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -31,43 +31,43 @@ $(document).ready(function()
build->product;?>product, "class='form-control'");?>product, "class='form-control'");?>
build->name;?>
doc->product;?>
doc->type;?>doc->types, 'file', "onclick=setType(this.value)");?>doc->types, 'file', "onclick=setType(this.value)");?>
doc->title;?>
doc->keywords;?>
doc->digest;?>
doc->files;?>fetch('file', 'buildform', 'fileCount=2');?>fetch('file', 'buildform', 'fileCount=2');?>
- + - + - + - + - + - + - + - + - + - diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index f9f3f1650e..c98e54e083 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -63,9 +63,9 @@ project&taskID=$task->id", $task, 'list', 'hand-right', '', 'iframe', true); common::printIcon('task', 'start', "taskID=$task->id", $task, 'list', 'play', '', 'iframe', true); - common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'off', '', 'iframe text-danger', true); + common::printIcon('task', 'recordEstimate', "taskID=$task->id", $task, 'list', 'time', '', 'iframe', true); common::printIcon('task', 'finish', "taskID=$task->id", $task, 'list', 'ok-sign', '', 'iframe', true); - common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'remove', '', 'iframe', true); + common::printIcon('task', 'close', "taskID=$task->id", $task, 'list', 'off', '', 'iframe text-danger', true); common::printIcon('task', 'edit', "taskID=$task->id", '', 'list', 'pencil'); ?> diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 6e4609ab98..e40cff06a4 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']);?> @@ -23,7 +23,7 @@
doc->module;?>module, "class='form-control'");?>module, "class='form-control'");?>
doc->type;?>doc->types[$doc->type];?>doc->types[$doc->type];?>
doc->title;?>title, "class='form-control'");?>title, "class='form-control'");?>
doc->keywords;?>keywords, "class='form-control'");?>keywords, "class='form-control'");?>
doc->digest;?>digest, "class='form-control' rows=3");?>digest, "class='form-control' rows=3");?>
doc->comment;?>
+ product) . html::hidden('project', $doc->project);?>
- + diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index 85c647a1e2..8bcf94357f 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -12,7 +12,7 @@ ?> -
+
icons['product']) . ' #' . $product->id;;?> @@ -24,7 +24,7 @@
product->name;?>
product->code;?>
- + diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index a4fbd88562..d87b1dca29 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -25,29 +25,29 @@
product->name;?>name, "class='form-control'");?>name, "class='form-control'");?>
product->code;?>
- - + + - - + + - - + + - + - +
productplan->product;?>name;?>
name;?>
productplan->title;?>
productplan->begin;?>
productplan->end;?> -
- - productplan->endList , '', "onclick='computeEndDate(this.value)'");?> -
+
+ + +     productplan->endList , '', "onclick='computeEndDate(this.value)'");?>
productplan->desc;?>
diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php index 0c9188b0be..54438cbe2b 100644 --- a/module/productplan/view/edit.html.php +++ b/module/productplan/view/edit.html.php @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index dcdc35c3c7..2f3874dfd8 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -59,7 +59,7 @@
productplan->product;?>name;?>name;?>
productplan->title;?>title, 'class="form-control"');?>title, 'class="form-control"');?>
productplan->begin;?>begin, 'class="form-control date"');?>begin, 'class="form-control date"');?>
productplan->end;?>end, 'class="form-control form-date"');?>end, 'class="form-control form-date"');?>
productplan->desc;?>
- + diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 665d715ebf..97b7b90c94 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -24,13 +24,12 @@
project->name;?>
project->code;?>
- + - diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 95821c818e..9645ef3f0a 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -24,8 +24,8 @@
release->name;?> -
- - (' . $lang->release->last . ': ' . $lastRelease->name . ')';?> -
+
+ + +   (' . $lang->release->last . ': ' . $lastRelease->name . ')';?>
release->build;?>
- - + + @@ -37,58 +37,62 @@ - - diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index de53fefdfe..b415b6ca31 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -28,9 +28,9 @@ .outer #querybox .table tbody > tr:last-child td {padding: 2px} #querybox a:hover {text-decoration: none;} -#selectPeriod {padding: 4px; height: 244px} -#selectPeriod > .dropdown-header {background: #f1f1f1; display: block; text-align: center; padding: 5px 0; line-height: 20px; margin-bottom: 5px; font-size: 14px; border-radius: 4px; color: #333} -#selectPeriod li > a {padding: 6px 15px; border-radius: 4px} +#selectPeriod {padding: 4px; height: 197px} +#selectPeriod > .dropdown-header {background: #f1f1f1; display: block; text-align: center; padding: 4px 0; line-height: 20px; margin-bottom: 5px; font-size: 14px; border-radius: 4px; color: #333} +#selectPeriod li > a {padding: 4px 15px; border-radius: 4px} #searchform.showmore #searchmore, #searchform #searchlite {display: none;} #searchform.showmore #searchlite, #searchform #searchmore {display: block;} @@ -103,7 +103,7 @@ function setDateField(query) { var $e = $(e.target); var ePos = $e.offset(); - $period.css({'left': ePos.left + 200, 'top': ePos.top + 29, 'min-height': $('.datetimepicker').outerHeight()}).show().data('target', $e.attr('id')).find('li.active').removeClass('active'); + $period.css({'left': ePos.left + 175, 'top': ePos.top + 29, 'min-height': $('.datetimepicker').outerHeight()}).show().data('target', $e.attr('id')).find('li.active').removeClass('active'); $period.find("li > a[href='" + $e.val().replace('$', '#') + "']").closest('li').addClass('active'); }).on('hide', function(e){setTimeout(function(){$period.hide();}, 100)}); } diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index 0b7cfc8ad4..be9fb3c1d9 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -26,7 +26,7 @@
release->name;?>name, "class='form-control'");?>release->name;?>name, "class='form-control'");?>
release->build;?>
release->linkStoriesAndBugs;?> -
-
- icons['story'], 'icon') . ' ' . $lang->release->linkStories;?> +
+
+
+
+
+ icons['story'], 'icon') . ' ' . $lang->release->linkStories;?> +
+ + + + + + + + + + + $story):?> + createLink('story', 'view', "storyID=$story->id", '', true); ?> + + + + + + + + +
idAB;?>story->title;?>statusAB;?>story->stageAB;?>
stories, $story->id) !== false) echo 'checked';?>> id);?>title, '', "class='preview'");?>story->statusList[$story->status];?>story->stageList[$story->stage];?>
+
- - - - - - - - - - - $story):?> - createLink('story', 'view', "storyID=$story->id", '', true); ?> - - - - - - - - -
idAB;?>story->title;?>statusAB;?>story->stageAB;?>
stories, $story->id) !== false) echo 'checked';?>> id);?>title, '', "class='preview'");?>story->statusList[$story->status];?>story->stageList[$story->stage];?>
-
-
-
-
- icons['bug'], 'icon') . ' ' . $lang->release->linkBugs;?> +
+
+
+ icons['bug'], 'icon') . ' ' . $lang->release->linkBugs;?> +
+ + + + + + + + + + + createLink('bug', 'view', "bugID=$bug->id", '', true);?> + + + + + + + +
idAB;?>bug->title;?>bug->status;?>
bugs, $bug->id) !== false) echo 'checked';?>> id);?>title, '', "class='preview'");?>bug->statusList[$bug->status];?>
+
- - - - - - - - - - - createLink('bug', 'view', "bugID=$bug->id", '', true);?> - - - - - - - -
idAB;?>bug->title;?>bug->status;?>
bugs, $bug->id) !== false) echo 'checked';?>> id);?>title, '', "class='preview'");?>bug->statusList[$bug->status];?>
story->reviewedBy;?> -
+
assignedTo, 'class="form-control chosen"');?> story->needNotReview, '', "id='needNotReview'");?> diff --git a/module/story/view/close.html.php b/module/story/view/close.html.php index f8bbc4a058..1e45e9a0c5 100644 --- a/module/story/view/close.html.php +++ b/module/story/view/close.html.php @@ -25,13 +25,13 @@ - + - + - + diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index c88c78b92a..167f44f967 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -24,10 +24,10 @@
story->closedReason;?>story->reasonList, '', 'class=form-control onchange="setStory(this.value)"');?>story->reasonList, '', 'class=form-control onchange="setStory(this.value)"');?>
- -
story->product;?> + +
lastEditedBy ? print($story->lastEditedBy) : pri - + @@ -58,7 +58,7 @@ var assignedTo = 'lastEditedBy ? print($story->lastEditedBy) : pri - + diff --git a/module/task/view/assignto.html.php b/module/task/view/assignto.html.php index 5f3a34afd9..b44e0286b3 100644 --- a/module/task/view/assignto.html.php +++ b/module/task/view/assignto.html.php @@ -23,7 +23,7 @@
story->reviewedDate;?>
story->reviewResult;?>
story->reviewedBy;?>user->account, "class='form-control' multiple data-placeholder='{$lang->story->chosen->reviewedBy}'");?>user->account, "class='form-control' multiple data-placeholder='{$lang->story->chosen->reviewedBy}'");?>
story->comment;?>
- + diff --git a/module/task/view/finish.html.php b/module/task/view/finish.html.php index d9f820963e..a53b7e23eb 100644 --- a/module/task/view/finish.html.php +++ b/module/task/view/finish.html.php @@ -24,19 +24,19 @@
task->assignedTo;?>
task->left;?>
- + - + - + - + diff --git a/module/task/view/start.html.php b/module/task/view/start.html.php index 1f1600fa13..f44a761746 100644 --- a/module/task/view/start.html.php +++ b/module/task/view/start.html.php @@ -25,7 +25,7 @@
task->consumed;?>
consumed, "class='form-control'");?> task->hour;?>
consumed, "class='form-control'");?> task->hour;?>
task->assignedTo;?>task->assignedTo;?> openedBy, "class='form-control chosen'");?>
task->finishedDate;?>task->finishedDate;?>
comment;?>comment;?>
- + diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index 547aa25b51..ba7eb1853c 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -27,10 +27,10 @@
task->realStarted;?>
task->consumed;?>
- - - + diff --git a/module/todo/css/batchcreate.css b/module/todo/css/batchcreate.css index f7d0b1a669..1f638429aa 100755 --- a/module/todo/css/batchcreate.css +++ b/module/todo/css/batchcreate.css @@ -1 +1,2 @@ #datepicker {position: relative; top: -6px; margin-left: 10px;} +.input-group > .form-control:first-child {border-right: 0} diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 47d2b041a4..c604b53a25 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -24,7 +24,7 @@
testcase->lblProductAndModule;?> + +
testtask->project;?>project, "class='form-control'");?>project, "class='form-control'");?>
testtask->build;?>
- diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index 653a9fda48..cc08fc66b5 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -26,7 +26,7 @@
todo->date;?> +
todo->periods['future'];?>
-
todo->date;?> +
date, "class='form-control form-date'");?> todo->periods['future'];?> diff --git a/module/tree/css/common.css b/module/tree/css/common.css index fbc9b78596..6ac6c5ed31 100644 --- a/module/tree/css/common.css +++ b/module/tree/css/common.css @@ -3,6 +3,7 @@ .outer .row .col-md-8 .table-form {max-width: 600px} +#sonModule {max-width: 240px} #moduleBox span > .form-control {margin-bottom: 5px;} #moduleBox .copy {display: table; width: 100%} #moduleBox .copy > .form-control, #moduleBox .copy > .btn {display: table-cell; width: auto} diff --git a/www/theme/default/style.css b/www/theme/default/style.css index c92a5860af..5496e92240 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -18,6 +18,8 @@ .w-id {width:70px;} .w-pri {width:40px;} .w-severity {width:50px;} .w-hour {width:48px;} .w-date {width:80px;} .w-user {width:65px;} .w-status {width:55px} .w-type {width:80px} .w-resolution {width:60px} +.w-p15-f {width: 15% !important; min-width: 120px} .w-p25-f {width: 25% !important; min-width: 200px} .w-p35-f {width: 35% !important; min-width: 300px} .w-p45-f {width: 45% !important; min-width: 400px} + /* Height definitions */ .h-5px {height:5px} .h-10px {height:10px} .h-20px {height:20px} .h-30px {height:30px} .h-35px {height:35px} .h-40px {height:40px} .h-45px {height:45px} .h-50px {height:50px} .h-60px {height:60px} .h-70px {height:70px} .h-80px {height:80px} .h-100px {height:100px} .h-120px {height:120px} .h-130px {height:130px} .h-140px {height:140px} .h-150px {height:150px} .h-200px {height:200px} @@ -63,7 +65,6 @@ /* Style of text */ .text-latin {font-family: Arial;} -.text-lg {font-size: 24px;} .text-strong {font-weight: bold;} .text-middle,.text-middle td {vertical-align: middle !important;} tr.text-center > td, tr.text-center > th {text-align: center;} @@ -161,13 +162,11 @@ i[class^="icon-"].disabled,i[class*=" icon-"].disabled,i[class^="icon-"].disable .icon-rotate-270:before {display: inline-block; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);} /* Button icon */ -.btn-icon {border-radius: 2px; display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 14px; border: none; background: none; padding: 0; color: #4d90fe; text-align: center;} -.btn-icon > i {color: #4d90fe} -.btn-icon:hover {text-decoration: none; background: #145CCD; color: #fff;} -.btn-icon:hover > i {color: #fff} +.btn-icon {border-radius: 2px; display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 14px; border: none; background: none; padding: 0; color: #4d90fe!important; text-align: center;} +.btn-icon:hover {text-decoration: none; background: #145CCD; color: #fff!important;} .btn-icon.disabled:hover, .btn-icon.disabled:hover > i {background: none!important; color: #ccc!important; cursor: default} -.btn-icon.text-danger {color: #D2322D} -.btn-icon.text-danger:hover {background: #D2322D; color: #fff} +.btn-icon.text-danger {color: #D2322D!important} +.btn-icon.text-danger:hover {background: #D2322D; color: #fff!important} /* stars list */ .stars-list {color: #E48600}