Skip to content

Commit

Permalink
Fixed issue #10525: Plugin managment screen has no Close button
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Feb 19, 2016
1 parent dcc96f5 commit a930696
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/controllers/admin/pluginmanager.php
Expand Up @@ -60,7 +60,10 @@ public function index()
}
}

$this->_renderWrappedTemplate('pluginmanager', 'index', array('data' => $data));
$aData['fullpagebar']['returnbutton']['url'] = 'index';
$aData['fullpagebar']['returnbutton']['text'] = gT('Close');
$aData['data'] = $data;
$this->_renderWrappedTemplate('pluginmanager', 'index', $aData);
}

/**
Expand Down

0 comments on commit a930696

Please sign in to comment.