* adjust the user->getPairs().

* adjust the note of group.
 * adjust the UI of group priv manage and member manage.
This commit is contained in:
wangchunsheng
2010-01-20 03:32:32 +00:00
parent 271c22505b
commit de23afcfef
24 changed files with 97 additions and 66 deletions
+6 -3
View File
@@ -23,13 +23,16 @@
*/
?>
<?php include '../../common/header.html.php';?>
<style>
#users input {display:block;float:left}
label{display:block; width:100px; float:left}
</style>
<div class='yui-d0'>
<form method='post' target='hiddenwin'>
<table align='center' class='table-1 a-left'>
<caption><?php echo $group->name . $lang->colon . $lang->group->manageMember;?></caption>
<tr><td><?php echo html::checkbox('members', $allUsers, $groupUsers);?></td></tr>
<tr><td class='a-center'><?php echo html::submitButton();?></td></tr>
</tr>
<tr><td id='users'><?php echo html::checkbox('members', $allUsers, $groupUsers);?></td></tr>
<tr><td class='a-center'><?php echo html::submitButton() . html::linkButton($lang->goback, $this->createLink('group', 'browse'));?></td></tr>
</table>
</form>
</div>