2017-03-15 02:06:22 +01:00
<div id="alert-word-settings" class="settings-section" data-name="alert-words">
2017-04-15 05:02:59 +02:00
<form class="form-horizontal" id="alert_word_info_box">
<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>
2017-06-07 21:16:02 +02:00
<div class="alert" id="alert_word_status" role="alert">
2017-07-14 23:48:17 +02:00
<button type="button" class="close close-alert-word-status" aria-label=" {{ t 'Close' }} ">
2017-06-07 20:26:37 +02:00
<span aria-hidden="true">×</span>
</button>
2017-06-07 21:16:02 +02:00
<span class="alert_word_status_text"></span>
2017-06-07 20:26:37 +02:00
</div>
2020-04-18 23:45:28 +02:00
<form id="create_alert_word_form" class="form-horizontal">
<div class="add-new-alert-word-box grey-box">
<div class="new-alert-word-form">
<h4 class="new-alert-word-section-title settings-section-title no-padding"> {{ t "Add a new alert word" }} </h4>
<div class="new-alert-word-form">
<div class="input-group">
<label for="create_alert_word_name"> {{ t "New alert word" }} </label>
<input type="text" name="alert_word_name" id="create_alert_word_name" class="required"
maxlength=100 placeholder=" {{ t 'Alert word' }} " value="" />
</div>
<button class="button rounded sea-green add-alert-word" id="create_alert_word_button" type="button">
{{ t 'Add alert word' }}
</button>
</div>
</div>
</div>
</form>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
<h3> {{ t "Alert words" }} </h3>
</div>
2021-02-02 01:35:51 +01:00
<div class="progressive-table-wrapper" data-simplebar>
<table class="table table-condensed table-striped wrapped-table">
<thead>
2022-02-21 18:23:21 +01:00
<th data-sort="alphabetic" data-sort-prop="word"> {{ t "Word" }} </th>
2021-05-13 13:13:48 +02:00
<th> {{ t "Actions" }} </th>
2021-02-02 01:35:51 +01:00
</thead>
2022-02-21 18:23:21 +01:00
<tbody id="alert-words-table" class="alert-words-table required-text thick"
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>