mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
make export clearly seperated from import
This commit is contained in:
parent
ca680a32b6
commit
e35c45e9b5
2 changed files with 4 additions and 1 deletions
|
@ -585,6 +585,9 @@ table#otheruserstable {
|
|||
margin-right: 3px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#exportColumn{
|
||||
margin-top:20px;
|
||||
}
|
||||
.exporttype {
|
||||
margin-top: 4px;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -283,7 +283,7 @@
|
|||
</form>
|
||||
<% e.end_block(); %>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="column" id="exportColumn">
|
||||
<h2 data-l10n-id="pad.importExport.export"></h2>
|
||||
<% e.begin_block("exportColumn"); %>
|
||||
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>
|
||||
|
|
Loading…
Reference in a new issue