Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2014-06-18 09:21:15 +00:00
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -40,10 +40,7 @@
</thead>
<tbody>
<?php foreach($allStories as $story):?>
<?php
if(isset($planStories[$story->id])) continue;
if($story->plan and helper::diffDate($plans[$story->plan], helper::today()) > 0) continue;
?>
<?php if(isset($planStories[$story->id])) continue; ?>
<tr>
<td class='text-left'>
<input class='ml-10px' type='checkbox' name='stories[]' value='<?php echo $story->id;?>'/>
+1 -1
View File
@@ -71,7 +71,7 @@
<th class='w-user'> <?php echo $lang->assignedToAB;?></th>
<th class='w-60px'> <?php echo $lang->story->estimateAB;?></th>
<th class='w-status'><?php echo $lang->statusAB;?></th>
<th class='w-60px'> <?php echo $lang->story->stageAB;?></th>
<th class='w-80px'> <?php echo $lang->story->stageAB;?></th>
<th class='w-50px {sorter:false}'><?php echo $lang->actions?></th>
</tr>
</thead>