gui: Select / Deselect all folders / devices (#fixes 4000) (#5307)

This commit is contained in:
BAHADIR YILMAZ
2018-11-07 11:44:52 +03:00
committed by Jakob Borg
parent e67be59c5f
commit f51514d0e7
3 changed files with 38 additions and 2 deletions

View File

@@ -67,7 +67,11 @@
<div class="col-md-12">
<div class="form-group">
<label translate for="folders">Share Folders With Device</label>
<p translate class="help-block">Select the folders to share with this device.</p>
<p class="help-block">
<span translate>Select the folders to share with this device.</span>&emsp;
<small><a href="#" ng-click="selectAllFolders()" translate>Select All</a>&emsp;
<a href="#" ng-click="deSelectAllFolders()" translate>Deselect All</a></small>
</p>
<div class="row">
<div class="col-md-4" ng-repeat="folder in folderList()">
<div class="checkbox">