Plugin Directory

Changeset 1703544


Ignore:
Timestamp:
07/27/2017 05:45:40 AM (9 years ago)
Author:
pukhrajp
Message:

Fixed Agent panel logout button issue.

Location:
wp-chatbull
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-chatbull/tags/1.0/files/application/views/cmodule/partials/agent_sidebar.php

    r1688359 r1703544  
    55            <img ng-show="user.profile_pic" class="img-circle avatar" ng-src="{{user.profile_picture}}" alt="Profile Picture" title="" />
    66            <span ng-hide="user.profile_pic" style="background-color: {{rand_color}};" class="user-avatar" title="{{user.name}}">{{user.name|oneCapLetter}}</span>
    7             <span class="profile-info"><span class="user-name"><?php echo $this->current_user->name; ?> <span class="caret"></span></span><br><a class="user-logout" href="<?php echo site_url('logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo $this->lang->line('logout'); ?></a></span>
     7            <span class="profile-info"><span class="user-name"><?php echo $this->current_user->name; ?> <span class="caret"></span></span><br><a class="user-logout" href="<?php echo site_url('c=admin&m=logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo $this->lang->line('logout'); ?></a></span>
    88            <ul class="dropdown-menu">
    99                <li><a href="<?php echo site_url('d=agents&c=agents'); ?>"><?php echo $this->lang->line('edit_profile'); ?></a></li>
  • wp-chatbull/trunk/files/application/views/cmodule/partials/agent_sidebar.php

    r1688359 r1703544  
    55            <img ng-show="user.profile_pic" class="img-circle avatar" ng-src="{{user.profile_picture}}" alt="Profile Picture" title="" />
    66            <span ng-hide="user.profile_pic" style="background-color: {{rand_color}};" class="user-avatar" title="{{user.name}}">{{user.name|oneCapLetter}}</span>
    7             <span class="profile-info"><span class="user-name"><?php echo $this->current_user->name; ?> <span class="caret"></span></span><br><a class="user-logout" href="<?php echo site_url('logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo $this->lang->line('logout'); ?></a></span>
     7            <span class="profile-info"><span class="user-name"><?php echo $this->current_user->name; ?> <span class="caret"></span></span><br><a class="user-logout" href="<?php echo site_url('c=admin&m=logout'); ?>"><i class="fa fa-sign-out"></i> <?php echo $this->lang->line('logout'); ?></a></span>
    88            <ul class="dropdown-menu">
    99                <li><a href="<?php echo site_url('d=agents&c=agents'); ?>"><?php echo $this->lang->line('edit_profile'); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.