Skip to content

Commit

Permalink
Fixed issue #10755: Return to admin panel button do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 11, 2016
1 parent 656ba9e commit 2220f62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/controllers/admin/useraction.php
Expand Up @@ -74,8 +74,7 @@ public function index()
$aData['noofsurveyslist'] = $noofsurveyslist;

$aData['title_bar']['title'] = gT('User administration');
$aData['fullpagebar']['returnbutton']['url'] = 'admin/survey/sa/index';
$aData['fullpagebar']['returnbutton']['text'] = gT('Return to admin panel');
$aData['fullpagebar']['closebutton']['url'] = true;

$this->_renderWrappedTemplate('user', 'editusers', $aData);
}
Expand Down

0 comments on commit 2220f62

Please sign in to comment.