'>
-
+
";?>
-
+
- branch, "class='form-control chosen'");
- }
- ?>
+ branch, "class='form-control chosen'");?>
@@ -50,16 +45,11 @@
$productName):?>
diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index ca66d82a89..3f3db33df1 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -104,7 +104,7 @@
idAB);?>
-
project->updateOrder);?> |
+
project->orderAB);?> |
priAB);?> |
story->title);?> |
diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php
index 631a42607e..00ff3afdb0 100644
--- a/module/project/view/view.html.php
+++ b/module/project/view/view.html.php
@@ -133,7 +133,7 @@
- id", " " . $lang->doc->createLib, '', "class='text-muted iframe'");?>
+ id", " " . $lang->doc->createLib, '', "class='text-muted iframe' data-width='1000px'");?>
diff --git a/module/report/view/blockreportlist.html.php b/module/report/view/blockreportlist.html.php
index 3feb15c02d..1e9394db18 100644
--- a/module/report/view/blockreportlist.html.php
+++ b/module/report/view/blockreportlist.html.php
@@ -11,7 +11,7 @@
$list .= '|';
list($label, $module, $method, $params) = explode('|', $list);
$class = $label == $title ? 'selected' : '';
- if(common::hasPriv($module, $method)) echo html::a($this->createLink($module, $method, $params), '
' . $label, '', "class='$class'");
+ if(common::hasPriv($module, $method)) echo html::a($this->createLink($module, $method, $params), '
' . $label, '', "class='$class' title='$label'");
}
?>
diff --git a/module/task/control.php b/module/task/control.php
index f849c3c2fc..2c7f9088e5 100644
--- a/module/task/control.php
+++ b/module/task/control.php
@@ -1200,7 +1200,7 @@ class task extends control
* @access public
* @return void
*/
- public function report($projectID, $browseType = 'all', $chartType = '')
+ public function report($projectID, $browseType = 'all', $chartType = 'default')
{
$this->loadModel('report');
$this->view->charts = array();
diff --git a/module/task/lang/en.php b/module/task/lang/en.php
index 5aeb5847c3..0407351d55 100644
--- a/module/task/lang/en.php
+++ b/module/task/lang/en.php
@@ -98,7 +98,7 @@ $lang->task->closedReason = 'CloseReason';
$lang->task->lastEditedBy = 'ModifiedBy';
$lang->task->lastEditedDate = 'ModifiedDate';
$lang->task->lastEdited = 'Last Edited';
-$lang->task->recordEstimate = '%';
+$lang->task->recordEstimate = 'Effort';
$lang->task->editEstimate = 'Edit Estimates';
$lang->task->deleteEstimate = 'Delete Estimates';
$lang->task->colorTag = 'Color';
diff --git a/module/task/view/recordestimate.html.php b/module/task/view/recordestimate.html.php
index 5d28aab526..25a89a971e 100644
--- a/module/task/view/recordestimate.html.php
+++ b/module/task/view/recordestimate.html.php
@@ -41,8 +41,9 @@