mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04: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-right: 3px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
#exportColumn{
|
||||||
|
margin-top:20px;
|
||||||
|
}
|
||||||
.exporttype {
|
.exporttype {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
|
@ -283,7 +283,7 @@
|
||||||
</form>
|
</form>
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column" id="exportColumn">
|
||||||
<h2 data-l10n-id="pad.importExport.export"></h2>
|
<h2 data-l10n-id="pad.importExport.export"></h2>
|
||||||
<% e.begin_block("exportColumn"); %>
|
<% e.begin_block("exportColumn"); %>
|
||||||
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>
|
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue