Replaces the 'Dismiss' button. All alerts appearing in an alert bar should be dismissable (i.e. non-modal). For modal alerts use a dialog.
12 lines
505 B
XML
12 lines
505 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="offline-alert">
|
|
<error id="offline" type="info">
|
|
<_primary>Evolution is currently offline.</_primary>
|
|
<_secondary>Click 'Work Online' to return to online mode.</_secondary>
|
|
</error>
|
|
<error id="no-network" type="info">
|
|
<_primary>Evolution is currently offline due to a network outage.</_primary>
|
|
<_secondary>Evolution will return to online mode once a network connection is established.</_secondary>
|
|
</error>
|
|
</error-list>
|