- | selectAll . html::selectAll('', 'checkbox')?> |
+ selectAll . html::selectAll('', 'checkbox')?> |
save, "onclick='setNoChecked()'");
diff --git a/module/productplan/view/linkbug.html.php b/module/productplan/view/linkbug.html.php
index 6551805924..4c47d51cc9 100644
--- a/module/productplan/view/linkbug.html.php
+++ b/module/productplan/view/linkbug.html.php
@@ -42,7 +42,7 @@
|
pri;?>'>pri?> |
planTitle;?> |
- createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
+ createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
openedBy];?> |
assignedTo];?> |
bug->statusList[$bug->status];?> |
@@ -84,7 +84,7 @@
createLink('bug', 'view', "bugID=$bug->id"), sprintf("%03d", $bug->id));?>
pri;?>'>pri?> |
- createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
+ createLink('bug', 'view', "bugID=$bug->id"), $bug->title);?> |
openedBy];?> |
assignedTo];?> |
bug->statusList[$bug->status];?> |
diff --git a/module/productplan/view/linkstory.html.php b/module/productplan/view/linkstory.html.php
index f15db20b47..6fd01ed9c0 100644
--- a/module/productplan/view/linkstory.html.php
+++ b/module/productplan/view/linkstory.html.php
@@ -44,7 +44,7 @@
pri;?>'>pri?> |
planTitle;?> |
- createLink('story', 'view', "storyID=$story->id"), $story->title);?> |
+ createLink('story', 'view', "storyID=$story->id"), $story->title);?> |
openedBy];?> |
assignedTo];?> |
estimate;?> |
@@ -90,7 +90,7 @@
createLink('story', 'view', "storyID=$story->id"), sprintf("%03d", $story->id));?>
pri;?>'>pri?> |
- createLink('story', 'view', "storyID=$story->id"), $story->title);?> |
+ createLink('story', 'view', "storyID=$story->id"), $story->title);?> |
openedBy];?> |
assignedTo];?> |
estimate;?> |
diff --git a/module/project/view/doc.html.php b/module/project/view/doc.html.php
index fdc2b6f016..34c545b36e 100644
--- a/module/project/view/doc.html.php
+++ b/module/project/view/doc.html.php
@@ -42,7 +42,7 @@
| id)); else printf('%03d', $doc->id);?> |
module]))print($modules[$doc->module]);?> |
- title);?> |
+ title);?> |
addedBy];?> |
addedDate;?> |
diff --git a/module/project/view/importbug.html.php b/module/project/view/importbug.html.php
index da32a19477..1425ee7754 100755
--- a/module/project/view/importbug.html.php
+++ b/module/project/view/importbug.html.php
@@ -44,7 +44,7 @@ var browseType = '';
|
bug->severityList[$bug->severity]?>'>bug->severityList[$bug->severity]?> |
bug->priList[$bug->pri]?>'>bug->priList[$bug->pri]?> |
- id", $bug->title, '', "class='preview'", true, true);?> |
+ id", $bug->title, '', "class='preview'", true, true);?> |
bug->statusList[$bug->status];?> |
id]", $lang->task->priList, 3);?> |
id]", $users, zget($users, $bug->assignedTo, '', $bug->assignedTo));?> |
diff --git a/module/project/view/importtask.html.php b/module/project/view/importtask.html.php
index fbe5ab9d07..e1076d33f3 100644
--- a/module/project/view/importtask.html.php
+++ b/module/project/view/importtask.html.php
@@ -13,7 +13,7 @@