diff --git a/extension/lite/feedback/ext/view/view.lite.html.hook.php b/extension/lite/feedback/ext/view/view.lite.html.hook.php
new file mode 100644
index 0000000000..8ad5595c4d
--- /dev/null
+++ b/extension/lite/feedback/ext/view/view.lite.html.hook.php
@@ -0,0 +1,3 @@
+
diff --git a/extension/lite/todo/ext/view/view.lite.html.hook.php b/extension/lite/todo/ext/view/view.lite.html.hook.php
index fad3ee2b75..56bdae52d4 100644
--- a/extension/lite/todo/ext/view/view.lite.html.hook.php
+++ b/extension/lite/todo/ext/view/view.lite.html.hook.php
@@ -37,7 +37,7 @@ $('#toStoryLink').click(function()
$('#toStoryButtonByProject').click(function()
{
var onlybody = config.onlybody == 'yes';
- var projectID = $('#projectToStory').val();
+ var projectID = $('#projectToStory').val();
var link = createLink('story', 'create', 'productID=0&branch=0&moduleID=0&storyID=0&projectID=' + projectID + '&bugID=0&planID=0&todoID=' + todoID, config.defaultView, onlybody);
if(!onlybody) window.parent.$.apps.open(link, 'project');
@@ -75,4 +75,4 @@ function createProject()
config.onlybody = onlybody;
parent.location.href = link;
}
-
\ No newline at end of file
+
diff --git a/module/caselib/css/showimport.css b/module/caselib/css/showimport.css
index df3757a2cf..9e7a963939 100644
--- a/module/caselib/css/showimport.css
+++ b/module/caselib/css/showimport.css
@@ -1 +1,2 @@
.table table td,.outer .table table tbody > tr:last-child td {padding: 2px 0 2px 5px !important; border: none !important;}
+.c-pri{width: 70px;}
diff --git a/module/caselib/view/showimport.html.php b/module/caselib/view/showimport.html.php
index dad8d594e0..61561bae22 100644
--- a/module/caselib/view/showimport.html.php
+++ b/module/caselib/view/showimport.html.php
@@ -20,6 +20,7 @@ $(function()
});
+
caselib->import;?>
@@ -29,13 +30,13 @@ $(function()
| testcase->id?> |
- testcase->title?> |
- testcase->module?> |
- testcase->pri?> |
- testcase->type?> |
- testcase->stage?> |
- testcase->keywords?> |
- testcase->precondition?> |
+ testcase->title?> |
+ testcase->module?> |
+ testcase->pri?> |
+ testcase->type?> |
+ testcase->stage?> |
+ testcase->keywords?> |
+ testcase->precondition?> |
@@ -127,6 +128,13 @@ $(function()
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index c2a92ef17e..14ff9d6f1c 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -307,7 +307,7 @@
| story->category;?> |
- story->categoryList[$story->category];?> |
+ story->categoryList, $story->category, $story->category)?> |
| story->pri;?> |
|