mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Reword a bit of attaching file modal and truncate long filenames
This commit is contained in:
parent
6f692ed730
commit
9a1c5945fb
@ -246,8 +246,8 @@
|
|||||||
|
|
||||||
<div id="filemodal" class="modal">
|
<div id="filemodal" class="modal">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<h4 class="center-align">{{ _("Attach File") }}</h4>
|
<h4 class="center-align">{{ _("Attaching File") }}</h4>
|
||||||
<h5 id="filename" class="center-align"></h5>
|
<h5 id="filename" class="center-align truncate"></h5>
|
||||||
<div id="filemodalprogress" class="progress" style="display: none;">
|
<div id="filemodalprogress" class="progress" style="display: none;">
|
||||||
<div id="filemodalprogress-inner" class="determinate"></div>
|
<div id="filemodalprogress-inner" class="determinate"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user