mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Updated doctype after I messed it up before, updated some css for import/export
This commit is contained in:
parent
a6faf73cbb
commit
b4c2f6eb11
3 changed files with 11 additions and 10 deletions
|
@ -207,9 +207,9 @@ We removed this feature cause its not worth the space it needs in the editbar
|
|||
<div id="importexport">
|
||||
<div id="import">
|
||||
Import from text file, HTML, Word, or RTF:<br/><br/>
|
||||
<button name="choosefile">Choose file</button>
|
||||
<div id="fileselected">No file Chosen</div><br/>
|
||||
<button name="importit">Import now</button>
|
||||
<input id="choosefile" name="choosefile" type="file">
|
||||
<!-- <div id="fileselected">No file Chosen</div><br/> -->
|
||||
<input type="submit" class="impexpbutton" id="importit" value="Import now">
|
||||
</div>
|
||||
<div id="importexportline"></div>
|
||||
<div id="export">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue