icons['story']) . ' ' . $lang->build->linkStories;?>
-
+
| idAB;?> |
@@ -88,7 +88,7 @@
icons['bug']) . ' ' . $lang->build->linkBugs;?>
-
+
| idAB;?> |
diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php
index 28eec4e0ac..80cc2020ec 100644
--- a/module/testtask/view/view.html.php
+++ b/module/testtask/view/view.html.php
@@ -69,7 +69,7 @@
- testtask->stories;?> build->finishStories, $countStories);?>
+ testtask->stories;?> ()
0):?>
@@ -97,7 +97,7 @@
- testtask->bugs;?> build->resolvedBugs, $countBugs)?>
+ testtask->bugs;?>
| idAB;?> |
diff --git a/module/upgrade/view/confirm.html.php b/module/upgrade/view/confirm.html.php
index aec3d427c7..930a23c7b3 100644
--- a/module/upgrade/view/confirm.html.php
+++ b/module/upgrade/view/confirm.html.php
@@ -17,7 +17,7 @@
upgrade->confirm;?>
-
+
diff --git a/module/upgrade/view/index.html.php b/module/upgrade/view/index.html.php
index a93f32311c..7324f6f969 100644
--- a/module/upgrade/view/index.html.php
+++ b/module/upgrade/view/index.html.php
@@ -16,12 +16,12 @@
upgrade->warnning;?>
-
+
upgrade->warnningContent;?>
-
+
diff --git a/www/js/my.full.js b/www/js/my.full.js
index 08bee44445..44c0b21c95 100644
--- a/www/js/my.full.js
+++ b/www/js/my.full.js
@@ -1067,10 +1067,10 @@ function setModal()
if(setting.afterHidden && $.isFunction(setting.afterHidden)) $ajaxModal.on('hidden.bs.modal', setting.afterHidden);
}
- function ajustModalPosition(position)
+ function ajustModalPosition(position, dialog)
{
position = position || 'fit';
- var dialog = $('#ajaxModal .modal-dialog');
+ if(!dialog) dialog = $('#ajaxModal .modal-dialog');
if(position)
{
var half = Math.max(0, ($(window).height() - dialog.outerHeight())/2);
diff --git a/www/theme/default/style.css b/www/theme/default/style.css
index 7d2b056cb8..e521e11991 100644
--- a/www/theme/default/style.css
+++ b/www/theme/default/style.css
@@ -97,7 +97,7 @@ hr.small {margin: 10px 0}
.table tr.active td, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-striped>tbody>tr.active:nth-child(odd).active>td, .table-striped>tbody>tr.active:nth-child(odd)>th {background-color: #FCE6A2}
.table tr>td.active, .table tr>th.active, .table tr.active>td, .table tr.active>th {background-color: #FCE6A2}
-.table caption {padding: 8px 20px; border-bottom: 1px solid #ddd; background: #fafafa;}
+.table caption {padding: 8px 20px; border: 1px solid #DDD; border-bottom: 0; background: #fafafa;}
.table.table-condensed caption {padding: 6px 15px;}
/* Datepicker */