mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Issue #5473 Changed Column options icon. Specified some admin-menu icons.
This commit is contained in:
@@ -94,11 +94,11 @@ class plugman_adminArea extends e_admin_dispatcher
|
||||
|
||||
protected $adminMenu = array(
|
||||
|
||||
'installed/list' => array('caption'=> EPL_ADLAN_22, 'perm' => 'Z'),
|
||||
'avail/list' => array('caption'=> EPL_ADLAN_23, 'perm' => 'Z'),
|
||||
'online/grid' => array('caption'=> EPL_ADLAN_220, 'perm' => 'Z', 'icon'=>'fas-search'),
|
||||
'avail/upload' => array('caption'=>EPL_ADLAN_38, 'perm' => '0'),
|
||||
'create/build' => array('caption'=>EPL_ADLAN_114, 'perm' => '0', 'icon'=>'fas-toolbox'),
|
||||
'installed/list' => array('caption'=> 'EPL_ADLAN_22', 'perm' => 'Z', 'icon'=>'fa-plug-circle-check'),
|
||||
'avail/list' => array('caption'=> 'EPL_ADLAN_23', 'perm' => 'Z', 'icon'=>'fa-plug-circle-xmark'),
|
||||
'online/grid' => array('caption'=> 'EPL_ADLAN_220', 'perm' => 'Z', 'icon'=>'fas-search'),
|
||||
'avail/upload' => array('caption'=>'EPL_ADLAN_38', 'perm' => '0'),
|
||||
'create/build' => array('caption'=>'EPL_ADLAN_114', 'perm' => '0', 'icon'=>'fas-toolbox'),
|
||||
|
||||
// 'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||
|
||||
@@ -518,7 +518,8 @@ class plugin_ui extends e_admin_ui
|
||||
return false;
|
||||
}
|
||||
|
||||
e107::getSingleton('e107plugin')->refresh($id);
|
||||
;
|
||||
e107::getPlugin()->refresh($id);
|
||||
e107::getLog()->add('PLUGMAN_04', $id);
|
||||
|
||||
e107::getMessage()->addSuccess("Repair Complete (".$id.")"); // Repair Complete ([x])
|
||||
|
Reference in New Issue
Block a user