1 <div ng-if=
"!status.is_visible">
2 <button ng-click=
"setPref(status, '', 1)" type=
"button" >{{:: ts('Unhide') }}
</button>
4 <div ng-if=
"status.is_visible && status.severity_id >= 2">
5 <button type=
"button" class=
"hush-menu-button">{{:: ts('Hide') }}
</button>
6 <ul style=
"display:none;">
7 <li ng-click=
"setPref(status, 'now + 1 week', 0)">{{:: ts('Remind me again in a week') }}
</li>
8 <li ng-click=
"setPref(status, 'now + 1 month', 0)">{{:: ts('Remind me again in a month') }}
</li>
9 <li ng-click=
"setPref(status, '', 0)">{{:: ts('Never remind me again') }}
</li>