Add select multiple button
Former-commit-id: f1c6de899994bcd274bd21582c9b0bf0d0ab375b [formerly 0550298211e8179fb7a46e49bd75979d439ce756] [formerly 82b40d8484796e90db6de64ad4f93c4901845688 [formerly ecb14f7810ce632c66dbb059fc18b0d17bca9554]] Former-commit-id: b24c64d18da7dd94a25fd26d90fb41c818b1b19a [formerly 478a12fba0294b74bb289ef8356b855f21808100] Former-commit-id: eec4a78fe25ad9f3e713b5860f0bb839654f7413
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
{{ define "right" }}
|
||||
{{- if not .IsEditor }}
|
||||
|
||||
<button aria-label="Select multiple" class="action mobile-only" id="multiple-selection-activate">
|
||||
<i class="material-icons">check_circle</i>
|
||||
<span>Select</span>
|
||||
</button>
|
||||
{{- end }}
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "left" }}
|
||||
{{- if and (not .IsDir) (.User.AllowEdit) }}
|
||||
|
||||
Reference in New Issue
Block a user