* add icons for wbs and batch wbs of project-story.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user