Verified Commit ebd6428f authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: (Plugins) - Move files to proper directories

Files are moved to related section and entries directories.
In order to match FD GUI and have better structural logic.
Showing with 2 additions and 10 deletions
+2 -10
......@@ -48,7 +48,7 @@ class argonautQueue extends management
'plShortName' => _('Deployment queue'),
'plDescription' => _('Provide a mechanism to automatically activate systems'),
'plIcon' => 'geticon.php?context=applications&icon=argonaut&size=48',
'plSection' => 'systems',
'plSection' => 'Dashboard',
'plPriority' => 30,
'plCategory' => ['argonautQueue' => ['objectClass' => 'none', 'description' => _('Deployment queue')]],
......
......@@ -42,7 +42,7 @@ class auditManagement extends management
'plTitle' => _('Audit events'),
'plDescription' => _('Browse audit events'),
'plIcon' => 'geticon.php?context=applications&icon=audit&size=48',
'plSection' => 'reporting',
'plSection' => ['Reporting' => ['name' => _('Reporting'), 'priority' => 60]],
'plManages' => ['auditEvent'],
];
}
......
<div id="{$sectionId}" class="plugin-section">
<span class="legend">
{if $sectionIcon}<img src="{$sectionIcon|escape}" alt=""/>{/if}{$section|escape}
</span>
<div>
{$attributes.profiles}
</div>
</div>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment