mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fixed fileupload field in Firefox
This commit is contained in:
parent
124bc4be03
commit
a231ff45e1
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
Import from text file, HTML, PDF, Word, or RTF:<br/><br/>
|
Import from text file, HTML, PDF, Word, or RTF:<br/><br/>
|
||||||
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
|
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
|
||||||
<div class="importformdiv" id="importformfilediv">
|
<div class="importformdiv" id="importformfilediv">
|
||||||
<input type="file" name="file" size="20" id="importfileinput" />
|
<input type="file" name="file" size="15" id="importfileinput" />
|
||||||
<div class="importmessage" id="importmessagefail"></div>
|
<div class="importmessage" id="importmessagefail"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="importmessage" id="importmessagesuccess">Successful!</div>
|
<div class="importmessage" id="importmessagesuccess">Successful!</div>
|
||||||
|
|
Loading…
Reference in a new issue