* judge the priv when print the link button.

This commit is contained in:
wangchunsheng
2013-05-05 07:24:21 +00:00
parent 94f552e7c4
commit 599afcf1f0

View File

@@ -46,8 +46,10 @@
</tr>
<?php endforeach;?>
</tbody>
<?php if(common::hasPriv('group', 'managePriv')):?>
<tfoot>
<tr><td colspan='5' class='a-center'><?php echo html::linkButton($lang->group->managePrivByModule, inlink('managePriv', 'type=byModule'));?></td></tr>
<tr><td colspan='5' class='a-center'><?php echo html::linkButton($lang->group->managePrivByModule, inlink('managePriv', 'type=byModule'));?></td></tr>
</tfoot>
<?php endif;?>
</table>
<?php include '../../common/view/footer.html.php';?>