Commit 1800085c authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes: #2926 Added an icon fallback tree

Showing with 4 additions and 4 deletions
+4 -4
......@@ -7,10 +7,10 @@ class debugHelp extends simplePlugin
static function plInfo()
{
return array(
'plShortName' => _('Diagrams'),
'plDescription' => _('Debug diagrams'),
'plShortName' => _('Debug help'),
'plDescription' => _('Debug help tools'),
'plSection' => 'addons',
'plIcon' => 'plugins/debug-help/images/icon.png',
'plIcon' => '/fusiondirectory/geticon.php?context=categories&icon=applications-development&size=48',
'plCategory' => array('debug' => array('objectClass' => 'none', 'description' => _('Diagram'))),
'plProvidedAcls' => parent::generatePlProvidedAcls(self::getAttributesInfo())
......
html/images/head.png

753 Bytes

html/images/lists/csv.png

3.04 KB

html/images/lists/pdf.png

3.23 KB

html/images/select_groups.png

868 Bytes

......@@ -43,7 +43,7 @@ function displayLogin()
}
$smarty->assign ('date', gmdate("D, d M Y H:i:s"));
$smarty->assign ('username', $username);
$smarty->assign ('personal_img', "geticon.php?context=places&icon=user-identity&size=48");
$smarty->assign ('personal_img', "geticon.php?context=types&icon=user&size=48");
$smarty->assign ('password_img', "geticon.php?context=status&icon=dialog-password&size=48");
$smarty->assign ('directory_img', "geticon.php?context=places&icon=network-server&size=48");
$smarty->append ('css_files', get_template_path('login.css'));
......
html/plugins/ogroups/images/ogroup.png

794 Bytes

html/plugins/users/images/list_password.png

693 Bytes

  • bmortier @bmortier

    mentioned in issue #1004

    By Côme Chilliet on 2017-09-02T15:08:29 (imported from GitLab)

    ·

    mentioned in issue #1004

    By Côme Chilliet on 2017-09-02T15:08:29 (imported from GitLab)

    Toggle commit list
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