mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
<div class="popup-header">
|
|
Information
|
|
</div>
|
|
<div class="popup-content">
|
|
<%= message %>
|
|
</div>
|
|
<div class="popup-footer">
|
|
<button class="button other <%= otherButton? "": " hide"%>" ><%= otherButton %></button>
|
|
<button class="button apply">Close</button>
|
|
</div> |