* code for task#878.

This commit is contained in:
chencongzhi520@gmail.com
2012-09-01 00:39:10 +00:00
parent 31e1608fdf
commit 1f09310858
6 changed files with 42 additions and 32 deletions
+2
View File
@@ -163,5 +163,7 @@ var browseType = '<?php echo $browseType;?>';
<script language='javascript'>
$('#project<?php echo $projectID;?>').addClass('active')
$('#<?php echo $browseType;?>Tab').addClass('active')
var statusActive = <?php echo isset($lang->project->statusSelects[$browseType]);?>;
if(statusActive) $('#statusTab').addClass('active')
</script>
<?php include '../../common/view/footer.html.php';?>