2016-06-12 07:06:48 -07:00
|
|
|
<div class="modal fade" tabindex="-1" ng-attr-data-backdrop="{{ closeable == 'yes' ? true : 'static' }}" ng-attr-data-keyboard="{{ closeable == 'yes' ? true : false }}">
|
2014-10-03 07:18:22 -07:00
|
|
|
<!--
|
2014-11-16 13:13:20 -07:00
|
|
|
// Copyright (C) 2014 The Syncthing Authors.
|
2014-10-03 07:18:22 -07:00
|
|
|
//
|
2015-03-07 13:36:35 -07:00
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
2017-02-08 23:52:18 -07:00
|
|
|
// You can obtain one at https://mozilla.org/MPL/2.0/.
|
2014-10-03 07:18:22 -07:00
|
|
|
-->
|
2016-06-12 07:06:48 -07:00
|
|
|
<div class="modal-dialog {{ large == 'yes' ? 'modal-lg' : '' }}">
|
2014-07-14 05:14:26 -07:00
|
|
|
<div class="modal-content">
|
2016-06-12 07:06:48 -07:00
|
|
|
<div class="modal-header {{status == 'default' ? '' : 'alert alert-'+status }}">
|
2014-07-14 05:14:26 -07:00
|
|
|
<h4 class="modal-title">
|
2016-06-12 07:06:48 -07:00
|
|
|
<div ng-if="icon" class="panel-icon">
|
2018-05-24 11:59:32 -07:00
|
|
|
<span class="{{icon}}"></span>
|
2016-06-02 16:21:19 -07:00
|
|
|
</div>
|
2016-06-08 06:07:53 -07:00
|
|
|
{{heading}}
|
2014-07-14 05:14:26 -07:00
|
|
|
</h4>
|
|
|
|
</div>
|
2016-06-12 07:06:48 -07:00
|
|
|
<div ng-transclude></div>
|
2014-07-14 05:14:26 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|