* Remove the importTask and importBug link into task create page.

This commit is contained in:
chencongzhi520@gmail.com
2012-07-03 01:00:28 +00:00
parent faafd46301
commit e6b3e29134
4 changed files with 11 additions and 5 deletions
-2
View File
@@ -1,6 +1,4 @@
.bug, .task {color:gray; font-size:9px}
.cont-lt1 .side{width:220px}
#featurebar .f-right a{color:#009900}
-2
View File
@@ -21,8 +21,6 @@
</div>
<div class='f-right'>
<?php
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask, '', "style='padding:0px'");
common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug, '', "style='padding:0px'");
if($browseType != 'needconfirm') common::printIcon('task', 'export', "projectID=$projectID&orderBy=$orderBy", '', 'big');
common::printIcon('task', 'report', "project=$project->id&browseType=$browseType", '', 'big');
common::printIcon('task', 'batchCreate', "projectID=$project->id", '', 'big');
+2
View File
@@ -1 +1,3 @@
.button-c {padding:2px}
caption .f-right a{color:red}
+9 -1
View File
@@ -25,7 +25,15 @@ $(function()
</script>
<form method='post' enctype='multipart/form-data' target='hiddenwin' id='dataform'>
<table align='center' class='table-1 a-left'>
<caption><?php echo $lang->task->create;?></caption>
<caption>
<?php echo $lang->task->create;?>
<div class='f-right'>
<?php
common::printLink('project', 'importTask', "project=$project->id", $lang->project->importTask);
common::printLink('project', 'importBug', "projectID=$project->id", $lang->project->importBug);
?>
</div>
</caption>
<tr>
<th class='rowhead'><?php echo $lang->task->project;?></th>
<td><?php echo $project->name;?></td>