* adjust icons.
This commit is contained in:
2
module/action/css/trash.css
Normal file
2
module/action/css/trash.css
Normal file
@@ -0,0 +1,2 @@
|
||||
.icon-green-action-undelete{padding:2px 8px; background:url(/theme/default/images/main/zt-icons.png) -80px -460px no-repeat;}
|
||||
.icon-green-action-hideOne {padding:2px 8px; background:url(/theme/default/images/main/zt-icons.png) -100px -1px no-repeat;}
|
||||
@@ -21,7 +21,7 @@
|
||||
<th><?php echo $lang->action->objectName;?></th>
|
||||
<th class='w-100px'><?php common::printOrderLink('actor', $orderBy, $vars, $lang->action->actor);?></th>
|
||||
<th class='w-150px'><?php common::printOrderLink('date', $orderBy, $vars, $lang->action->date);?></th>
|
||||
<th class='w-100px'><?php echo $lang->actions;?></th>
|
||||
<th class='w-60px'><?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -35,8 +35,8 @@
|
||||
<td><?php echo $action->date;?></td>
|
||||
<td>
|
||||
<?php
|
||||
common::printLink('action', 'undelete', "actionid=$action->id", $lang->action->undelete, 'hiddenwin');
|
||||
common::printLink('action', 'hideOne', "actionid=$action->id", $lang->action->hideOne, 'hiddenwin');
|
||||
common::printIcon('action', 'undelete', "actionid=$action->id", '', 'list', '', 'hiddenwin');
|
||||
common::printIcon('action', 'hideOne', "actionid=$action->id", '', 'list', '', 'hiddenwin');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
1
module/company/css/browse.css
Normal file
1
module/company/css/browse.css
Normal file
@@ -0,0 +1 @@
|
||||
.icon-green-user-unlock {padding:2px 8px; background:url(./theme/default/images/main/zt-icons.png) -20px -460px;}
|
||||
@@ -59,7 +59,7 @@ js::set('deptID', $deptID);
|
||||
<td><?php echo $user->join;?></td>
|
||||
<td><?php echo date('Y-m-d', $user->last);?></td>
|
||||
<td><?php echo $user->visits;?></td>
|
||||
<td class='a-left'>
|
||||
<td class='a-center'>
|
||||
<?php
|
||||
common::printIcon('user', 'edit', "userID=$user->id&from=company", '', 'list');
|
||||
common::printIcon('user', 'delete', "userID=$user->id", '', 'list', '', "hiddenwin");
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
.user{display:block; width:80px; float:left; overflow:hidden}
|
||||
.icon-green-group-managepriv {padding:2px 8px; background:url(/theme/default/images/main/zt-icons.png) -60px -460px;}
|
||||
.icon-green-group-managemember {padding:2px 8px; background:url(/theme/default/images/main/zt-icons.png) -40px -460px;}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<th class='w-id'><?php echo $lang->group->id;?></th>
|
||||
<th class='w-100px'><?php echo $lang->group->name;?></th>
|
||||
<th><?php echo $lang->group->desc;?></th>
|
||||
<th class='w-200px {sorter:false}'><?php echo $lang->actions;?></th>
|
||||
<th class='w-120px {sorter:false}'><?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -31,9 +31,11 @@
|
||||
<td class='strong'><?php echo $group->id;?></td>
|
||||
<td><?php echo $group->name;?></td>
|
||||
<td class='a-left'><?php echo $group->desc;?></td>
|
||||
<td class='a-right'>
|
||||
<?php common::printLink('group', 'managepriv', "type=byGroup¶m=$group->id", $lang->group->managePrivByGroup);?>
|
||||
<?php common::printLink('group', 'managemember', "groupID=$group->id", $lang->group->manageMember);?>
|
||||
<td class='a-center'>
|
||||
<?php $lang->group->managepriv = $lang->group->managePrivByGroup;?>
|
||||
<?php common::printIcon('group', 'managepriv', "type=byGroup¶m=$group->id", '', 'list');?>
|
||||
<?php $lang->group->managemember = $lang->group->manageMember;?>
|
||||
<?php common::printIcon('group', 'managemember', "groupID=$group->id", '', 'list');?>
|
||||
<?php common::printIcon('group', 'edit', "groupID=$group->id", '', 'list');?>
|
||||
<?php common::printIcon('group', 'copy', "groupID=$group->id", '', 'list');?>
|
||||
<?php common::printIcon('group', 'delete', "groupID=$group->id", '', 'list', '', "hiddenwin");?>
|
||||
|
||||
Reference in New Issue
Block a user