Skip to content

Commit

Permalink
suppression des boutons lié au localstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Oct 17, 2024
1 parent f44c14f commit 07e9d22
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions themes/megalis/templates/files.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
<%= l('Rows in red mean that the files have expired and are no longer available.') %>
</p>
<div class="files-buttons">
<a href="#" id="exportStorage" class="btn left-mg indigo darken-3"><%= l('Export localStorage data') %></a>
<a href="#" id="purgeExpired" class="btn left-mg indigo darken-3"><%= l('Purge expired files from localStorage') %></a>
<a href="#" id="clickImport" class="btn left-mg indigo darken-3"><%= l('Import localStorage data') %></a>
<span class="file-field input-field">
<input type="file" id="import" onchange="importStorage(this.files)">
</span>
<a href="#" id="invertSelection" class="btn left-mg indigo darken-3"><%= l('Invert selection') %></a>
<a href="#" class="btn left-mg indigo darken-3 disabled" id="mass-delete" disabled><%= l('Delete selected files') %></a>
</div>
Expand Down

0 comments on commit 07e9d22

Please sign in to comment.