Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 7418f5f

Browse files
committed
Fix Root Group clickable.
Replace icon-edit by mdi-pencil in some places.
1 parent c9f6c40 commit 7418f5f

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

core/src/plugins/access.ajxp_conf/ajxp_confActions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</processing>
4343
</action>
4444
<action name="edit" fileDefault="true">
45-
<gui text="ajxp_conf.93" title="301" iconClass="icon-edit" src="edit.png" accessKey="edit_access_key" hasAccessKey="true">
45+
<gui text="ajxp_conf.93" title="301" iconClass="mdi mdi-pencil" src="edit.png" accessKey="edit_access_key" hasAccessKey="true">
4646
<context selection="true" dir="" recycle="hidden"
4747
actionBar="true" contextMenu="true" infoPanel="true"
4848
actionBarGroup="get" inZip="false">

core/src/plugins/access.ajxp_conf/src/UsersManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ public function listNodes(ServerRequestInterface $requestInterface, $rootPath, $
864864
$topMeta = $this->serializeGroupMetadata("/", $messages["ajxp_conf.151"]);
865865
$topMeta["icon_class"] = "icon-home";
866866
$rootGroupNode = new AJXP_Node($fullBasePath ."/", $topMeta);
867+
$rootGroupNode->setLeaf(true);
867868
$nodesList->addBranch($rootGroupNode);
868869

869870
}

core/src/plugins/action.scheduler/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
</processing>
231231
</action>
232232
<action name="scheduler_editTask">
233-
<gui text="action.scheduler.10" title="action.scheduler.11" iconClass="icon-edit" src="scheduler/ICON_SIZE/task.png" hasAccessKey="false">
233+
<gui text="action.scheduler.10" title="action.scheduler.11" iconClass="mdi mdi-pencil" src="scheduler/ICON_SIZE/task.png" hasAccessKey="false">
234234
<context selection="true" dir="" recycle="hidden" allowedMimes="scheduler_zone"
235235
actionBar="true" contextMenu="true" infoPanel="true"
236236
actionBarGroup="get"/>

core/src/plugins/gui.ajax/res/themes/orbit/css/fonts/mdi-subset.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,16 @@
261261

262262
.mdi-account-switch:before {
263263
content: "\f118";
264+
}
265+
266+
.mdi-pencil:before {
267+
content: "\f4da";
268+
}
269+
270+
.mdi-pencil-box:before {
271+
content: "\f4db";
272+
}
273+
274+
.mdi-pencil-box-outline:before {
275+
content: "\f4dc";
264276
}

0 commit comments

Comments
 (0)