Skip to content

Commit

Permalink
Dev: Removed hover effect and zebra from table in user management view
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent aa0e84e commit 4f0f03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions application/controllers/UserManagementController.php
@@ -1,6 +1,9 @@
<?php

//LSYii_Controller
/**
* Class UserManagementController
*/
class UserManagementController extends LSBaseController
{

Expand Down
3 changes: 1 addition & 2 deletions application/views/userManagement/index.php
Expand Up @@ -52,8 +52,7 @@
<?php
$this->widget('bootstrap.widgets.TbGridView', array(
'id' => 'usermanagement--identity-gridPanel',
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
'itemsCssClass' => 'table table-striped items',
'itemsCssClass' => 'table items',
'dataProvider' => $model->search(),
'columns' => $columnDefinition,
'filter' => $model,
Expand Down

0 comments on commit 4f0f03f

Please sign in to comment.