diff --git a/application/views/plugins/index.php b/application/views/plugins/index.php index 1b3cdbd0948..032b4e3f411 100644 --- a/application/views/plugins/index.php +++ b/application/views/plugins/index.php @@ -9,7 +9,7 @@ array(// display the activation link 'class' => 'CLinkColumn', 'header' => gT('Status'), - 'labelExpression' => function($data) { return ($data['active'] == 1 ? CHtml::image(App()->getConfig('adminimageurl') . 'active.png', gT('Activated'), array('width' => 32, 'height' => 32)) : CHtml::image(App()->getConfig('adminimageurl') . 'inactive.png', gT('Deactivated'), array('width' => 32, 'height' => 32))); }, + 'labelExpression' => function($data) { return ($data['active'] == 1 ? CHtml::image(App()->getConfig('adminimageurl') . 'active.png', gT('Active'), array('width' => 32, 'height' => 32)) : CHtml::image(App()->getConfig('adminimageurl') . 'inactive.png', gT('Inactive'), array('width' => 32, 'height' => 32))); }, 'url' => '#' ), array(// display the activation link