Move import/export buttons to the bottom of the page
This commit is contained in:
parent
f80054684e
commit
f17219f905
|
@ -25,27 +25,6 @@
|
||||||
<span><%= l('Purge expired files') %></span>
|
<span><%= l('Purge expired files') %></span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a id="action-export-storage" href="#" class="button">
|
|
||||||
<span class="icon-text">
|
|
||||||
<span class="icon fas fa-download"></span>
|
|
||||||
<span><%= l('Export local data') %></span>
|
|
||||||
</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="file">
|
|
||||||
<label class="file-label">
|
|
||||||
<input id="action-import-storage" type="file" class="file-input" name="import-local-data">
|
|
||||||
<span class="file-cta">
|
|
||||||
<span class="file-icon">
|
|
||||||
<span class="fas fa-upload"></span>
|
|
||||||
</span>
|
|
||||||
<span class="file-label">
|
|
||||||
<%= l('Import local data') %>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
|
@ -72,6 +51,29 @@
|
||||||
<tbody id="items-table"></tbody>
|
<tbody id="items-table"></tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
|
<a id="action-export-storage" href="#" class="button">
|
||||||
|
<span class="icon-text">
|
||||||
|
<span class="icon fas fa-download"></span>
|
||||||
|
<span><%= l('Export local data') %></span>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="file">
|
||||||
|
<label class="file-label">
|
||||||
|
<input id="action-import-storage" type="file" class="file-input" name="import-local-data">
|
||||||
|
<span class="file-cta">
|
||||||
|
<span class="file-icon">
|
||||||
|
<span class="fas fa-upload"></span>
|
||||||
|
</span>
|
||||||
|
<span class="file-label">
|
||||||
|
<%= l('Import local data') %>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template id="item">
|
<template id="item">
|
||||||
|
|
Loading…
Reference in New Issue