Home
last modified time | relevance | path

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

/webtrees/app/Elements/
H A DRestrictionNotice.php68 private const ICON_PRIVACY = '<i class="icon-resn-privacy"></i>'; define in Fisharebest\\Webtrees\\Elements\\RestrictionNotice
105 … self::VALUE_PRIVACY => self::ICON_PRIVACY . ' ' . $privacy,
106 …self::VALUE_PRIVACY . ', ' . self::VALUE_LOCKED => self::ICON_PRIVACY . self::ICON_LOCKED . '…