mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #5473 Changed Column options icon. Specified some admin-menu icons.
This commit is contained in:
@@ -136,16 +136,16 @@ class media_admin extends e_admin_dispatcher
|
|||||||
|
|
||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
'main/grid' => array('caption'=> LAN_IMA_M_01, 'perm' => 'A'),
|
'main/grid' => array('caption'=> 'LAN_IMA_M_01', 'perm' => 'A', 'icon'=>'fas-grip'),
|
||||||
// 'main/create' => array('caption'=> "Add New Media", 'perm' => 'A'), // Should be handled in Media-Import.
|
// 'main/create' => array('caption'=> "Add New Media", 'perm' => 'A'), // Should be handled in Media-Import.
|
||||||
'main/import' => array('caption'=> LAN_IMA_M_02, 'perm' => 'A|A1'),
|
'main/import' => array('caption'=> 'LAN_IMA_M_02', 'perm' => 'A|A1', 'icon'=>'fa-upload'),
|
||||||
'divider/01' => array('divider'=>true),
|
'divider/01' => array('divider'=>true),
|
||||||
'cat/list' => array('caption'=> LAN_IMA_M_03, 'perm' => 'A|A2'),
|
'cat/list' => array('caption'=> 'LAN_IMA_M_03', 'perm' => 'A|A2'),
|
||||||
'cat/create' => array('caption'=> LAN_IMA_M_04, 'perm' => 'A|A2'), // is automatic.
|
'cat/create' => array('caption'=> 'LAN_IMA_M_04', 'perm' => 'A|A2'), // is automatic.
|
||||||
// 'main/settings' => array('caption'=> LAN_PREFS, 'perm' => 'A'), // legacy
|
// 'main/settings' => array('caption'=> 'LAN_PREFS', 'perm' => 'A'), // legacy
|
||||||
'divider/02' => array('divider'=>true),
|
'divider/02' => array('divider'=>true),
|
||||||
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'A'),
|
'main/prefs' => array('caption'=> 'LAN_PREFS', 'perm' => 'A'),
|
||||||
'main/avatar' => array('caption'=> LAN_IMA_M_05, 'perm' => 'A')
|
'main/avatar' => array('caption'=> 'LAN_IMA_M_05', 'perm' => 'A')
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $adminMenuIcon = 'e-images-24';
|
protected $adminMenuIcon = 'e-images-24';
|
||||||
|
@@ -78,15 +78,15 @@ class news_admin extends e_admin_dispatcher
|
|||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
'main/list' => array('caption'=> LAN_LIST, 'icon'=>'fa-list'),
|
'main/list' => array('caption'=> LAN_LIST, 'icon'=>'fa-list'),
|
||||||
'main/create' => array('caption'=> NWSLAN_45, 'icon'=> 'fa-plus'), // Create/Edit News Item
|
'main/create' => array('caption'=> 'NWSLAN_45', 'icon'=> 'fa-plus'), // Create/Edit News Item
|
||||||
// 'cat/list' => array('caption'=> NWSLAN_46, 'perm' => '7'), // Category List
|
// 'cat/list' => array('caption'=> 'NWSLAN_46', 'perm' => '7'), // Category List
|
||||||
'other' => array('divider'=> true),
|
'other' => array('divider'=> true),
|
||||||
'cat/list' => array('caption'=> LAN_CATEGORIES, 'icon'=> 'folder'), // Create Category.
|
'cat/list' => array('caption'=> 'LAN_CATEGORIES', 'icon'=> 'folder'), // Create Category.
|
||||||
'cat/create' => array('caption'=> LAN_NEWS_63, 'icon'=> 'fas-folder-plus'), // Category List
|
'cat/create' => array('caption'=> 'LAN_NEWS_63', 'icon'=> 'fas-folder-plus'), // Category List
|
||||||
'other2' => array('divider'=> true),
|
'other2' => array('divider'=> true),
|
||||||
'main/prefs' => array('caption'=> LAN_PREFS, 'icon'=>'fa-cog'), // Preferences
|
'main/prefs' => array('caption'=> 'LAN_PREFS', 'icon'=>'fa-cog'), // Preferences
|
||||||
// 'main/submitted' => array('caption'=> LAN_NEWS_64, 'perm' => 'N'), // Submitted News
|
// 'main/submitted' => array('caption'=> 'LAN_NEWS_64', 'perm' => 'N'), // Submitted News
|
||||||
'sub/list' => array('caption'=> NWSLAN_47, 'icon'=>'fa-user-edit'), // Submitted News
|
'sub/list' => array('caption'=> 'NWSLAN_47', 'icon'=>'fa-upload'), // Submitted News
|
||||||
// 'main/maint' => array('caption'=> LAN_NEWS_55, 'perm' => '0') // Maintenance
|
// 'main/maint' => array('caption'=> LAN_NEWS_55, 'perm' => '0') // Maintenance
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ class news_admin extends e_admin_dispatcher
|
|||||||
'cat/edit' => 'cat/list'
|
'cat/edit' => 'cat/list'
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $menuTitle = ADLAN_0;
|
protected $menuTitle = 'ADLAN_0';
|
||||||
|
|
||||||
function init()
|
function init()
|
||||||
{
|
{
|
||||||
|
@@ -94,11 +94,11 @@ class plugman_adminArea extends e_admin_dispatcher
|
|||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
|
|
||||||
'installed/list' => array('caption'=> EPL_ADLAN_22, 'perm' => 'Z'),
|
'installed/list' => array('caption'=> 'EPL_ADLAN_22', 'perm' => 'Z', 'icon'=>'fa-plug-circle-check'),
|
||||||
'avail/list' => array('caption'=> EPL_ADLAN_23, 'perm' => 'Z'),
|
'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'),
|
'online/grid' => array('caption'=> 'EPL_ADLAN_220', 'perm' => 'Z', 'icon'=>'fas-search'),
|
||||||
'avail/upload' => array('caption'=>EPL_ADLAN_38, 'perm' => '0'),
|
'avail/upload' => array('caption'=>'EPL_ADLAN_38', 'perm' => '0'),
|
||||||
'create/build' => array('caption'=>EPL_ADLAN_114, 'perm' => '0', 'icon'=>'fas-toolbox'),
|
'create/build' => array('caption'=>'EPL_ADLAN_114', 'perm' => '0', 'icon'=>'fas-toolbox'),
|
||||||
|
|
||||||
// 'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
// 'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||||
|
|
||||||
@@ -518,7 +518,8 @@ class plugin_ui extends e_admin_ui
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
e107::getSingleton('e107plugin')->refresh($id);
|
;
|
||||||
|
e107::getPlugin()->refresh($id);
|
||||||
e107::getLog()->add('PLUGMAN_04', $id);
|
e107::getLog()->add('PLUGMAN_04', $id);
|
||||||
|
|
||||||
e107::getMessage()->addSuccess("Repair Complete (".$id.")"); // Repair Complete ([x])
|
e107::getMessage()->addSuccess("Repair Complete (".$id.")"); // Repair Complete ([x])
|
||||||
|
@@ -293,7 +293,7 @@ e107::js('footer-inline', js());
|
|||||||
|
|
||||||
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => '0|4'),
|
'main/list' => array('caption'=> LAN_MANAGE, 'perm' => '0|4'),
|
||||||
'main/add' => array('caption'=> EXTLAN_45, 'perm' => '0|4', 'icon'=>'fa-plus'),
|
'main/add' => array('caption'=> EXTLAN_45, 'perm' => '0|4', 'icon'=>'fa-plus'),
|
||||||
'main/create' => array('caption'=> EXTLAN_81, 'perm' => '0|4', 'icon'=>'fa-user-edit'),
|
'main/create' => array('caption'=> EXTLAN_81, 'perm' => '0|4', 'icon'=>'fa-user-pen'),
|
||||||
'cat/list' => array('caption'=> LAN_CATEGORIES, 'perm' => '0|4'),
|
'cat/list' => array('caption'=> LAN_CATEGORIES, 'perm' => '0|4'),
|
||||||
'cat/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => '0|4'),
|
'cat/create' => array('caption'=> LAN_CREATE_CATEGORY, 'perm' => '0|4'),
|
||||||
|
|
||||||
|
@@ -4568,7 +4568,7 @@ var_dump($select_options);*/
|
|||||||
// navbar-header nav-header
|
// navbar-header nav-header
|
||||||
// navbar-header nav-header
|
// navbar-header nav-header
|
||||||
$text = '<div class="col-selection dropdown e-tip pull-right float-right" data-placement="left">
|
$text = '<div class="col-selection dropdown e-tip pull-right float-right" data-placement="left">
|
||||||
<a class="dropdown-toggle" title="'.LAN_EFORM_008.'" data-toggle="dropdown" data-bs-toggle="dropdown" href="#"><b class="caret"></b></a>
|
<a class="dropdown-toggle" title="'.LAN_EFORM_008.'" data-toggle="dropdown" data-bs-toggle="dropdown" href="#"><i class="icon fas fa-sliders"></i></a>
|
||||||
<ul class="list-group dropdown-menu col-selection e-noclick" role="menu" aria-labelledby="dLabel">
|
<ul class="list-group dropdown-menu col-selection e-noclick" role="menu" aria-labelledby="dLabel">
|
||||||
|
|
||||||
<li class="list-group-item "><h5 class="list-group-item-heading">'.LAN_EFORM_009.'</h5></li>
|
<li class="list-group-item "><h5 class="list-group-item-heading">'.LAN_EFORM_009.'</h5></li>
|
||||||
|
@@ -65,21 +65,21 @@ e107::css('inline',"
|
|||||||
);
|
);
|
||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
'main/list' => array('caption' => LAN_MANAGE, 'perm' => 'P'),
|
'main/list' => array('caption' => 'LAN_MANAGE', 'perm' => 'P'),
|
||||||
'main/create' => array('caption' => LAN_CREATE, 'perm' => 'P'),
|
'main/create' => array('caption' => 'LAN_CREATE', 'perm' => 'P'),
|
||||||
|
|
||||||
'main/opt1' => array('divider' => true),
|
'main/opt1' => array('divider' => true),
|
||||||
|
|
||||||
'main/rules' => array('caption' => WMGLAN_5, 'perm' => 'P'),
|
'main/rules' => array('caption' => 'WMGLAN_5', 'perm' => 'P', 'icon'=>'fa-book'),
|
||||||
'mods/list' => array('caption' => LAN_FORUM_2003, 'perm'=>'P', 'icon'=>'fas-user-tie'),
|
'mods/list' => array('caption' => 'LAN_FORUM_2003', 'perm'=>'P', 'icon'=>'fas-user-tie'),
|
||||||
'main/prefs' => array('caption' => LAN_PREFS, 'perm' => 'P'),
|
'main/prefs' => array('caption' => 'LAN_PREFS', 'perm' => 'P'),
|
||||||
|
|
||||||
'main/opt2' => array('divider' => true),
|
'main/opt2' => array('divider' => true),
|
||||||
|
|
||||||
'report/list' => array('caption' => FORLAN_116, 'perm'=>'P', 'icon'=>'fas-flag'),
|
'report/list' => array('caption' => 'FORLAN_116', 'perm'=>'P', 'icon'=>'fas-flag'),
|
||||||
'post/list' => array('caption' => LAN_PLUGIN_FORUM_LATESTPOSTS, 'perm'=>'P'),
|
'post/list' => array('caption' => 'LAN_PLUGIN_FORUM_LATESTPOSTS', 'perm'=>'P'),
|
||||||
'main/prune' => array('caption' => LAN_PRUNE, 'perm' => 'P', 'icon'=>'fas-filter'),
|
'main/prune' => array('caption' => 'LAN_PRUNE', 'perm' => 'P', 'icon'=>'fas-filter'),
|
||||||
'main/tools' => array('caption' => FORLAN_153, 'perm'=>'p')
|
'main/tools' => array('caption' => 'FORLAN_153', 'perm'=>'p')
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $adminMenuAliases = array(
|
protected $adminMenuAliases = array(
|
||||||
|
@@ -49,15 +49,15 @@ class pm_admin extends e_admin_dispatcher
|
|||||||
|
|
||||||
protected $adminMenu = array(
|
protected $adminMenu = array(
|
||||||
|
|
||||||
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
|
'main/prefs' => array('caption'=> 'LAN_PREFS', 'perm' => 'P'),
|
||||||
'main/limits' => array('caption'=> ADLAN_PM_55, 'perm' => 'P'),
|
'main/limits' => array('caption'=> 'ADLAN_PM_55', 'perm' => 'P', 'icon'=>'fa-lock'),
|
||||||
'main/maint' => array('caption'=> ADLAN_PM_59, 'perm' => 'P'),
|
'main/maint' => array('caption'=> 'ADLAN_PM_59', 'perm' => 'P'),
|
||||||
|
|
||||||
|
|
||||||
'main/null' => array('divider'=> true),
|
'main/null' => array('divider'=> true),
|
||||||
'inbox/list' => array('caption'=> LAN_PLUGIN_PM_INBOX, 'perm' => 'P'),
|
'inbox/list' => array('caption'=> 'LAN_PLUGIN_PM_INBOX', 'perm' => 'P', 'icon'=>'fa-inbox'),
|
||||||
'outbox/list' => array('caption'=> LAN_PLUGIN_PM_OUTBOX, 'perm' => 'P'),
|
'outbox/list' => array('caption'=> 'LAN_PLUGIN_PM_OUTBOX', 'perm' => 'P', 'icon'=>'fa-arrow-up-from-bracket'),
|
||||||
'outbox/create' => array('caption'=> LAN_PLUGIN_PM_NEW, 'perm' => 'P'),
|
'outbox/create' => array('caption'=> 'LAN_PLUGIN_PM_NEW', 'perm' => 'P'),
|
||||||
|
|
||||||
// 'block/list' => array('caption'=> LAN_MANAGE, 'perm' => 'P'),
|
// 'block/list' => array('caption'=> LAN_MANAGE, 'perm' => 'P'),
|
||||||
// 'block/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
// 'block/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||||
|
@@ -605,6 +605,7 @@ img.S32:hover {}
|
|||||||
.adminlist th a.sorted-desc:after { padding-left:5px; font-family:'Font Awesome 5 Free'; font-weight: 900; content: '\f0d7' }
|
.adminlist th a.sorted-desc:after { padding-left:5px; font-family:'Font Awesome 5 Free'; font-weight: 900; content: '\f0d7' }
|
||||||
|
|
||||||
.adminlist .col-selection-cont { position: relative; float:right; }
|
.adminlist .col-selection-cont { position: relative; float:right; }
|
||||||
|
.adminlist .col-selection .icon { margin-left:15px; font-size:1.5rem}
|
||||||
table.adminlist { margin-bottom: 0 }
|
table.adminlist { margin-bottom: 0 }
|
||||||
table.adminlist td .video-responsive { height: auto; padding:0 }
|
table.adminlist td .video-responsive { height: auto; padding:0 }
|
||||||
|
|
||||||
|
@@ -1158,7 +1158,7 @@ to{background-position:0 0}
|
|||||||
.media-heading{margin-top:0;margin-bottom:5px}
|
.media-heading{margin-top:0;margin-bottom:5px}
|
||||||
.media-list{padding-left:0;list-style:none}
|
.media-list{padding-left:0;list-style:none}
|
||||||
.list-group{margin-bottom:20px;padding-left:0}
|
.list-group{margin-bottom:20px;padding-left:0}
|
||||||
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#353535;border:1px solid rgba(0,0,0,.6)}
|
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;border:1px solid rgba(0,0,0,.6)}
|
||||||
.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
|
.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
|
||||||
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
|
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
|
||||||
a.list-group-item,button.list-group-item{color:#c6c6c6}
|
a.list-group-item,button.list-group-item{color:#c6c6c6}
|
||||||
|
Reference in New Issue
Block a user