@@ -67,12 +67,12 @@
$storyTasks[$story->id] > 0 ? print(html::a($tasksLink, $storyTasks[$story->id], '', 'class="iframe"')) : print(0);
?>
- |
+ |
id}&story={$story->id}";
-// $lang->task->batchCreate = $lang->project->batchWBS;
- common::printLink('task', 'batchCreate', $param . "&iframe=1", $lang->project->batchWBS, '', "class='batchWBS'", true, true);
+ $lang->task->batchCreate = $lang->project->batchWBS;
+ common::printIcon('task', 'batchCreate', $param . "&iframe=1", '', 'list', '', '', 'batchWBS', true);
$lang->task->create = $lang->project->wbs;
common::printIcon('task', 'create', $param, '', 'list');
diff --git a/module/project/view/testtask.html.php b/module/project/view/testtask.html.php
index b12f06752b..8fa2148fb3 100644
--- a/module/project/view/testtask.html.php
+++ b/module/project/view/testtask.html.php
@@ -15,7 +15,7 @@
testtask->browse;?>
- project->createTesttask);?>
+
@@ -26,7 +26,7 @@
| testtask->begin;?> |
testtask->end;?> |
statusAB;?> |
- actions;?> |
+ actions;?> |
@@ -41,8 +41,8 @@
testtask->statusList[$task->status];?> |
id", $lang->testtask->cases);
- common::printLink('testtask', 'linkcase', "taskID=$task->id", $lang->testtask->linkCaseAB);
+ common::printIcon('testtask', 'cases', "taskID=$task->id", '', 'list');
+ common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'list');
common::printIcon('testtask', 'edit', "taskID=$task->id", '', 'list');
common::printIcon('testtask', 'delete', "taskID=$task->id", '', 'list', '', 'hiddenwin');
?>
diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php
index 691efea73c..d654dcd5e6 100644
--- a/module/testtask/view/view.html.php
+++ b/module/testtask/view/view.html.php
@@ -56,12 +56,14 @@
$browseLink = $this->session->testtaskList ? $this->session->testtaskList : $this->createLink('testtask', 'browse', "productID=$task->product");
if(!$task->deleted)
{
- common::printLink('testtask', 'cases', "taskID=$task->id", $lang->testtask->cases);
- common::printLink('testtask', 'linkcase', "taskID=$task->id", $lang->testtask->linkCaseAB);
- common::printLink('testtask', 'edit', "taskID=$task->id",$lang->edit);
- common::printLink('testtask', 'delete', "taskID=$task->id", $lang->delete, 'hiddenwin');
+ common::printIcon('testtask', 'cases', "taskID=$task->id");
+ common::printIcon('testtask', 'linkCase', "taskID=$task->id");
+
+ common::printDivider();
+ common::printIcon('testtask', 'edit', "taskID=$task->id");
+ common::printIcon('testtask', 'delete', "taskID=$task->id", '', 'button', '', 'hiddenwin');
}
- echo html::a($browseLink, $lang->goback);
+ common::printRPN($browseLink);
?>
diff --git a/www/theme/default/style.css b/www/theme/default/style.css
index 65843adbbf..6f8fd0883f 100644
--- a/www/theme/default/style.css
+++ b/www/theme/default/style.css
@@ -448,7 +448,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
#featurebar .f-right .icon-green-common-report {padding:2px 10px; background:url(images/main/zt-icons.png) -40px -82px no-repeat;}
#featurebar .f-right .icon-green-common-export, .icon-green-common-export {padding:2px 8px; background:url(images/main/zt-icons.png) -21px -82px;}
-#featurebar .f-right .icon-green-todo-create, .icon-green-productplan-create, .icon-green-release-create, .icon-green-doc-create {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -202px;}
+#featurebar .f-right .icon-green-todo-create, .icon-green-productplan-create, .icon-green-release-create, .icon-green-doc-create, .icon-green-build-create {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -202px;}
/* Story icons. */
.icon-green-story-toStory {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -202px;}
@@ -473,6 +473,15 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
#featurebar .f-right .icon-green-story-create {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) 0px -202px;}
#featurebar .f-right .icon-green-story-batchCreate {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) -20px -202px;}
+/* Project icons. */
+.icon-green-project-start {padding:2px 8px; background:url(images/main/zt-icons.png) -61px -242px;}
+.icon-green-project-activate {padding:2px 8px; background:url(images/main/zt-icons.png) -120px -241px;}
+
+.icon-green-project-delay {}
+.icon-green-project-suspend {}
+
+.icon-green-project-close {padding:2px 8px; background:url(images/main/zt-icons.png) -100px -241px;}
+
/* Task icons. */
.icon-green-task-confirmStoryChange {padding:2px 8px; background:url(images/main/zt-icons.png) -60px -201px;}
@@ -494,7 +503,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
.icon-gray-task-close {padding:2px 8px; background:url(images/main/zt-icons.png) -100px -261px;}
#featurebar .f-right .icon-green-task-create, .icon-green-task-create {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) 0px -242px;}
-#featurebar .f-right .icon-green-task-batchCreate {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) -20px -242px;}
+#featurebar .f-right .icon-green-task-batchCreate, .icon-green-task-batchCreate {padding:2px 7px 2px 10px; background:url(images/main/zt-icons.png) -20px -242px;}
/* Bug icons. */
.severity1 {width:17px; margin:0px auto; display:block; background:url(images/main/zt-icons.png) 0px -383px; text-indent:-9999px;}
@@ -535,6 +544,11 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table
.link-button a{color:black; font-weight:normal; font-size:14px;}
.link-button a:hover {color:RGB(234, 0, 0);}
+/* Testtask icons. */
+.icon-green-testtask-create {padding:2px 8px; background:url(images/main/zt-icons.png) 0px -202px;}
+.icon-green-testtask-cases {padding:1px 7px 1px 10px; background:url(images/main/zt-icons.png) -80px -322px;}
+.icon-green-testtask-linkCase {padding:2px 3px 2px 10px; background:url(images/main/zt-icons.png) -160px -201px;}
+
/* Effort icons. */
.icon-green-effort-createForObject {padding:2px 8px; background:url(images/main/zt-icons.png) -80px -2px;}
| |