@inherits GeneralNotificationModalBase

@NotificationSettings.Text

@switch (NotificationSettings.PopupType) { case PopupType.Ok:
Ok
break; case PopupType.OkCancel:
Cancel
Ok
break; case PopupType.YesNo:
No
Yes
break; case PopupType.YesNoCancel:
Cancel
No
Yes
break; default: break; }