Home
last modified time | relevance | path

Searched refs:ICON_LOCKED (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Elements/
H A DRestrictionNotice.php66 private const ICON_LOCKED = '<i class="icon-resn-locked"></i> '; define in Fisharebest\\Webtrees\\Elements\\RestrictionNotice
104 …UE_NONE . ', ' . self::VALUE_LOCKED => self::ICON_NONE . self::ICON_LOCKED . ' ' . $none .…
106 …PRIVACY . ', ' . self::VALUE_LOCKED => self::ICON_PRIVACY . self::ICON_LOCKED . ' ' . $privac…
108 …L . ', ' . self::VALUE_LOCKED => self::ICON_CONFIDENTIAL . ' ' . self::ICON_LOCKED . ' ' . $confid…
109 … self::VALUE_LOCKED => self::ICON_LOCKED . ' ' . $locked,