* Remove the importTask and importBug link into task create page.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
.bug, .task {color:gray; font-size:9px}
|
||||
|
||||
.cont-lt1 .side{width:220px}
|
||||
|
||||
#featurebar .f-right a{color:#009900}
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
.button-c {padding:2px}
|
||||
|
||||
caption .f-right a{color:red}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user