Skip to content
Snippets Groups Projects
Commit cb2784bd authored by Carsten  Rose's avatar Carsten Rose
Browse files

QuickFormQuery.php: download dialog - rotating gear replaced by a SVG - that one is centered.

parent 87501295
No related branches found
No related tags found
No related merge requests found
...@@ -937,7 +937,7 @@ class QuickFormQuery { ...@@ -937,7 +937,7 @@ class QuickFormQuery {
<h4 class="modal-title" id="qfqModalTitle101">Loading Document</h4> <h4 class="modal-title" id="qfqModalTitle101">Loading Document</h4>
</div> </div>
<div class="modal-body" style="text-align: center;"> <div class="modal-body" style="text-align: center;">
<span class="glyphicon glyphicon-cog glyphicon-spin text-large-with-margin text-primary"></span> <img class="qfq-icon-gear glyphicon-spin" src="typo3conf/ext/qfq/Resources/Public/icons/gear.svg">
<p id="qfqModalText101">Document is being generated. Please wait.</p> <p id="qfqModalText101">Document is being generated. Please wait.</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment