2017-03-15 02:06:22 +01:00
<div id="alert-word-settings" class="settings-section" data-name="alert-words">
2023-01-10 11:05:25 +01:00
<form id="alert_word_info_box">
2017-04-15 05:02:59 +02:00
<p class="alert-word-settings-note">
2019-07-10 00:58:40 +02:00
{{ t "Alert words allow you to be notified as if you were @-mentioned when certain words or phrases are used in Zulip. Alert words are not case sensitive." }}
2017-04-15 05:02:59 +02:00
</p>
</form>
2022-07-21 06:24:16 +02:00
<button class="button rounded sea-green" id="open-add-alert-word-modal" type="button">
{{ t 'Add alert word' }}
</button>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
<h3> {{ t "Alert words" }} </h3>
</div>
2022-11-20 22:12:05 +01:00
<div class="alert" id="alert_word_status" role="alert">
<button type="button" class="close close-alert-word-status" aria-label=" {{ t 'Close' }} ">
<span aria-hidden="true">×</span>
</button>
<span class="alert_word_status_text"></span>
</div>
2024-06-16 13:46:37 +02:00
<div class="progressive-table-wrapper" data-simplebar data-simplebar-tab-index="-1">
2023-08-07 09:32:19 +02:00
<table class="table table-striped wrapped-table">
2022-03-10 08:08:10 +01:00
<thead class="table-sticky-headers">
2022-02-21 18:23:21 +01:00
<th data-sort="alphabetic" data-sort-prop="word"> {{ t "Word" }} </th>
2022-03-10 08:08:10 +01:00
<th class="actions"> {{ t "Actions" }} </th>
2021-02-02 01:35:51 +01:00
</thead>
2023-07-13 17:43:12 +02:00
<tbody id="alert-words-table" class="alert-words-table"
2021-02-02 01:35:51 +01:00
data-empty=" {{ t 'There are no current alert words.' }} "></tbody>
</table>
</div>
2016-10-05 02:21:09 +02:00
</div>