reduced icons

This commit is contained in:
Roland Gruber 2017-07-05 17:53:22 +02:00
parent b78dc34d36
commit bacd10dedb
4 changed files with 18 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 B

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2013 Roland Gruber
Copyright (C) 2013 - 2017 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -141,6 +141,14 @@ class pykotaBillingCodeType extends baseType {
return parent::getTitleBarSubtitle($container);
}
/**
* {@inheritDoc}
* @see baseType::getIcon()
*/
public function getIcon() {
return 'printer.png';
}
}

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2013 Roland Gruber
Copyright (C) 2013 - 2017 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -142,6 +142,14 @@ class pykotaPrinterType extends baseType {
return parent::getTitleBarSubtitle($container);
}
/**
* {@inheritDoc}
* @see baseType::getIcon()
*/
public function getIcon() {
return 'printer.png';
}
}