PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 149
Lasso Lite – Affiliate Link Manager & Product Displays v149
158 157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 All 57 releases
simple-urls / admin / views / modals / url-save-progress.php

url-save-progress.php in Lasso Lite – Affiliate Link Manager & Product Displays 149, at admin/views/modals/url-save-progress.php

24 lines 566 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Modal
4 *
5 * @package Modal
6 */
7
8 // phpcs:ignore
9 ?>
10
11 <!-- URL SAVE PROGRESS -->
12 <div class="modal fade" id="url-save" data-backdrop="static" tabindex="-1" role="dialog">
13 <div class="modal-dialog" role="document">
14 <div class="modal-content p-5 shadow text-center">
15
16 <h2>Updating Your Site</h2>
17 <div class="progress mt-3 mb-3">
18 <div class="progress-bar progress-bar-striped progress-bar-animated green-bg" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
19 </div>
20
21 </div>
22 </div>
23 </div>
24