* add icons for wbs and batch wbs of project-story.

This commit is contained in:
chencongzhi520@gmail.com
2013-01-22 05:17:58 +00:00
parent ddbf5f862c
commit 87c8450144
2 changed files with 4 additions and 3 deletions

View File

@@ -1 +1,2 @@
.icon-green-task-create {padding:2px 7px 2px 10px; background:url(theme/default/images/main/zt-icons.png) -120px -202px;}
.icon-green-task-batchCreate {padding:2px 10px 2px 10px; background:url(theme/default/images/main/zt-icons.png) -120px -222px;}

View File

@@ -71,12 +71,12 @@
<?php
$param = "projectID={$project->id}&story={$story->id}";
$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');
$lang->task->batchCreate = $lang->project->batchWBS;
common::printIcon('task', 'batchCreate', $param . "&iframe=1", '', 'list', '', '', 'batchWBS', true);
$lang->project->unlinkStory = $lang->unlink;
common::printIcon('project', 'unlinkStory', $param, '', 'list', '', 'hiddenwin');
?>