http://zentaoms.googlecode.com/svn/trunk/module/project/view/team.html.php@492
Index: team.html.php =================================================================== --- team.html.php (revision 491) +++ team.html.php (revision 492) @@ -51,8 +51,10 @@ <?php if(common::hasPriv('project', 'unlinkmember')) echo "<td>" . html::a($this->createLink('project', 'unlinkmember', "projectID=$project->id&account=$member->account"), $lang->project->unlinkMember, 'hiddenwin') . '</td>';?> </tr> <?php endforeach;?> + </tbody> + <tfoot> <tr><td colspan='5' class='a-right'><?php common::printLink('project', 'managemembers', "projectID=$project->id", $lang->project->manageMembers);?></td></tr> - </tbody> + </tfoot> </table> <div class='a-right'> </div>