Add select multiple button
parent
698a08e1a9
commit
ecb14f7810
|
@ -1,12 +1,3 @@
|
||||||
{{ 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" }}
|
{{ define "left" }}
|
||||||
|
|
|
@ -13,6 +13,11 @@
|
||||||
<download-button></download-button>
|
<download-button></download-button>
|
||||||
<upload-button v-show="showUpload()"></upload-button>
|
<upload-button v-show="showUpload()"></upload-button>
|
||||||
<info-button></info-button>
|
<info-button></info-button>
|
||||||
|
|
||||||
|
<button v-show="req.kind === 'listing'" @click="$store.commit('multiple', true)" aria-label="Select multiple" class="action">
|
||||||
|
<i class="material-icons">check_circle</i>
|
||||||
|
<span>Select</span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue