2017-02-09 07:53:04 +01:00
<div id="deactivation_user_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="deactivation_user_modal_label" aria-hidden="true">
2017-04-26 04:41:53 +02:00
<div class="modal-header">
2017-07-07 17:30:22 +02:00
<button type="button" class="close" data-dismiss="modal" aria-label=" {{ t 'Close' }} "><span aria-hidden="true">× </span></button>
2017-04-26 04:41:53 +02:00
<h3 id="deactivation_user_modal_label"> {{ t "Deactivate" }} <span class="email"></span></h3>
</div>
<div class="modal-body">
<p> {{ # tr this }} By deactivating <strong><span class="user_name"></span></strong> <<span class="email"></span>>, they will be logged out immediately. {{ / tr }} </p>
<p> {{ t "Their password will be cleared from our systems, and any bots they maintain will be disabled." }} </p>
</div>
<div class="modal-footer">
2017-07-07 17:30:22 +02:00
<button class="button rounded" data-dismiss="modal"> {{ t "Cancel" }} </button>
2017-06-06 01:57:22 +02:00
<button class="button rounded btn-danger" id="do_deactivate_user_button"> {{ t "Deactivate now" }} </button>
2017-04-26 04:41:53 +02:00
</div>
2017-02-09 07:53:04 +01:00
</div>