* Code for task #41764.

This commit is contained in:
liyuchun
2021-08-29 22:28:09 +08:00
parent e37cf70d83
commit 18352e76b0
35 changed files with 200 additions and 183 deletions
+2
View File
@@ -1,3 +1,5 @@
.user {display: block; width: 80px; float: left; overflow: hidden;}
.c-name {width: 130px;}
.c-desc {width: 300px;}
#groupList tbody tr.even td {word-wrap: break-word;}
+3 -3
View File
@@ -26,9 +26,9 @@
<table class='table tablesorter' id='groupList'>
<thead>
<tr>
<th class='w-id text-center'><?php echo $lang->group->id;?></th>
<th class='w-130px'><?php echo $lang->group->name;?></th>
<th class='w-300px'><?php echo $lang->group->desc;?></th>
<th class='c-id text-center'><?php echo $lang->group->id;?></th>
<th class='c-name'><?php echo $lang->group->name;?></th>
<th class='c-desc'><?php echo $lang->group->desc;?></th>
<th><?php echo $lang->group->users;?></th>
<th class='c-actions-6 text-center'><?php echo $lang->actions;?></th>
</tr>