Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions components/ILIAS/UI/resources/images/standard/icon_stus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions components/ILIAS/UI/src/Component/Symbol/Icon/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,6 @@ interface Standard extends Icon
public const FILS = 'fils'; //File System Service
public const TALA = 'tala'; //Employee Talk Template Admin
public const QST = 'ques'; //Question
public const GSFO = 'gsfo'; //Footer Administration
public const STUS = 'stus'; //Shortlink
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ class Standard extends Icon implements C\Symbol\Icon\Standard
self::CON,
self::FILS,
self::TALA,
self::QST
self::QST,
self::STUS,
self::GSFO,
];

private static array $standard_page_editor_icons = [
Expand Down