2013-09-04 21:54:24 +02:00
|
|
|
{{! Alert word in the settings page that can be removed }}
|
2021-02-02 01:35:51 +01:00
|
|
|
|
|
|
|
<tr class="alert-word-item" data-word='{{word}}'>
|
|
|
|
<td>
|
2017-02-15 21:03:30 +01:00
|
|
|
<div class="alert_word_listing">
|
|
|
|
<span class="value">{{word}}</span>
|
|
|
|
</div>
|
2021-02-02 01:35:51 +01:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<button type="submit" class="button rounded small delete btn-danger remove-alert-word" title="{{t 'Delete alert word' }}" data-word="{{word}}">
|
|
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
|
|
|
</button>
|
|
|
|
</td>
|
|
|
|
</tr>
|