1
0
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:
camer0n
2025-04-26 09:20:23 -07:00
parent 3b76d41cc6
commit 3f9dc94d12
9 changed files with 41 additions and 39 deletions

View File

@@ -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])