N°8274 - Move every color style to themes/ to ease color customization, add illustration to export popup

This commit is contained in:
Stephen Abello
2025-04-10 10:30:25 +02:00
parent 4d88ef6ed4
commit 5b1ea20407
55 changed files with 1580 additions and 1406 deletions

View File

@@ -10,15 +10,18 @@
<p id="export-error" class="ipb-alert alert alert-danger" role="alert"></p>
</div>
<div id="export-feedback">
<div id="export-feedback" class="ipb-export--feedback">
<p id="export-excel-warning" class="ipb-alert alert alert-warning" role="alert">{{ 'UI:Bulk:Export:MaliciousInjection:Alert:Message'|dict_format(sWikiUrl)|raw }}</p>
<p class="export-message" style="text-align:center;">{{ 'ExcelExport:PreparingExport'|dict_s }}</p>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 0%"
<div class="ipb-export--illustration ipb-svg-illustration--container">
{{ source('illustrations/undraw_export-files.svg') }}
</div>
<div class="ipb-progress progress">
<div class="ipb-progress--bar progress-bar" role="progressbar" style="width: 0%"
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
<span class="progress-message">0%</span>
</div>
</div>
<p class="ipb-export-message export-message" style="text-align:center;">{{ 'ExcelExport:PreparingExport'|dict_s }}</p>
</div>
</div>
<div class="modal-footer">