confirm popup styling

pull/1/head
riley 1 year ago
parent 8e421f5d55
commit 8143445753

@ -18,12 +18,12 @@ if self.task_start_failed then
<%+cbi/map%> <%+cbi/map%>
<div id="customModal" class="alert-message warning" style="display:none;"> <div id="customModal" class="alert-message warning" style="display:none; text-align: center;">
"This will permanently delete your installation, are you sure?" <strong style="text-transform: uppercase;">This will permanently delete your installation, are you sure?</strong>
<a href="javascript:void(0)" onclick="proceedRemoval()">Yes</a> / <br>
<a href="javascript:void(0)" onclick="closeRemoveConfirmation()">No</a> <input class="btn cbi-button cbi-button-apply" type="button" value="YES" onclick="proceedRemoval()" style="margin-right: 10px;">
<input class="btn cbi-button" type="button" value="NO" onclick="closeRemoveConfirmation()">
</div> </div>
<div class="cbi-page-actions control-group"> <div class="cbi-page-actions control-group">
<% <%
if not task_running then if not task_running then

Loading…
Cancel
Save