make export clearly seperated from import
parent
ca680a32b6
commit
e35c45e9b5
|
@ -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…
Reference in New Issue