2018-02-08 15:17:26 +01:00
|
|
|
<div class="modal hide modal-bg new-style" id="deprecation-notice-modal" role="dialog"
|
2018-04-05 08:38:46 +02:00
|
|
|
aria-labelledby="deprecation-notice-label" aria-hidden="true">
|
2018-02-08 15:17:26 +01:00
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="{{ _('Close') }}"><span aria-hidden="true">×</span></button>
|
|
|
|
<h3 id="deprecation-notice-label">{{ _('Deprecation notice') }}</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p id="deprecation-notice-message"></p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2018-06-02 22:28:08 +02:00
|
|
|
<button type="button" class="button rounded" id="close-deprecation-notice" data-dismiss="modal">{{ _("Got it") }}</button>
|
2018-02-08 15:17:26 +01:00
|
|
|
</div>
|
|
|
|
</div>
|