mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
Portal: Default brick icon classes were using a wrong constant and therefore not displaying correctly.
SVN:trunk[5150]
This commit is contained in:
@@ -30,8 +30,8 @@ use \Combodo\iTop\Portal\Brick\PortalBrick;
|
||||
*/
|
||||
class BrowseBrick extends PortalBrick
|
||||
{
|
||||
const DEFAULT_HOME_ICON_CLASS = 'fa fa-map';
|
||||
const DEFAULT_NAVIGATION_MENU_ICON_CLASS = 'fa fa-map fa-2x';
|
||||
const DEFAULT_DECORATION_CLASS_HOME = 'fa fa-map';
|
||||
const DEFAULT_DECORATION_CLASS_NAVIGATION_MENU = 'fa fa-map fa-2x';
|
||||
const ENUM_BROWSE_MODE_LIST = 'list';
|
||||
const ENUM_BROWSE_MODE_TREE = 'tree';
|
||||
const ENUM_BROWSE_MODE_MOSAIC = 'mosaic';
|
||||
|
||||
@@ -30,8 +30,8 @@ use \Combodo\iTop\Portal\Brick\PortalBrick;
|
||||
*/
|
||||
class CreateBrick extends PortalBrick
|
||||
{
|
||||
const DEFAULT_HOME_ICON_CLASS = 'fa fa-plus';
|
||||
const DEFAULT_NAVIGATION_MENU_ICON_CLASS = 'fa fa-plus fa-2x';
|
||||
const DEFAULT_DECORATION_CLASS_HOME = 'fa fa-plus';
|
||||
const DEFAULT_DECORATION_CLASS_NAVIGATION_MENU = 'fa fa-plus fa-2x';
|
||||
const DEFAULT_PAGE_TEMPLATE_PATH = 'itop-portal-base/portal/src/views/bricks/create/modal.html.twig';
|
||||
const DEFAULT_CLASS = '';
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@ class ManageBrick extends PortalBrick
|
||||
const ENUM_ACTION_VIEW = 'view';
|
||||
const ENUM_ACTION_EDIT = 'edit';
|
||||
|
||||
const DEFAULT_HOME_ICON_CLASS = 'fa fa-pencil-square';
|
||||
const DEFAULT_NAVIGATION_MENU_ICON_CLASS = 'fa fa-pencil-square fa-2x';
|
||||
const DEFAULT_DECORATION_CLASS_HOME = 'fa fa-pencil-square';
|
||||
const DEFAULT_DECORATION_CLASS_NAVIGATION_MENU = 'fa fa-pencil-square fa-2x';
|
||||
const DEFAULT_PAGE_TEMPLATE_PATH = 'itop-portal-base/portal/src/views/bricks/manage/layout.html.twig';
|
||||
const DEFAULT_OQL = '';
|
||||
const DEFAULT_OPENING_MODE = self::ENUM_ACTION_EDIT;
|
||||
|
||||
@@ -34,8 +34,8 @@ class UserProfileBrick extends PortalBrick
|
||||
const DEFAULT_VISIBLE_NAVIGATION_MENU = false;
|
||||
const DEFAULT_VISIBLE_HOME = false;
|
||||
const DEFAUT_TITLE = 'Brick:Portal:UserProfile:Title';
|
||||
const DEFAULT_HOME_ICON_CLASS = 'glyphicon glyphicon-user';
|
||||
const DEFAULT_NAVIGATION_MENU_ICON_CLASS = 'glyphicon glyphicon-user';
|
||||
const DEFAULT_DECORATION_CLASS_HOME = 'glyphicon glyphicon-user';
|
||||
const DEFAULT_DECORATION_CLASS_NAVIGATION_MENU = 'glyphicon glyphicon-user';
|
||||
const DEFAULT_SHOW_PICTURE_FORM = true;
|
||||
const DEFAULT_SHOW_PREFERENCES_FORM = true;
|
||||
const DEFAULT_SHOW_PASSWORD_FORM = true;
|
||||
|
||||
Reference in New Issue
Block a user