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