This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<a href="#" ng-click="selectAllSharedFolders(false)" translate>Deselect All</a></small>
|
<a href="#" ng-click="selectAllSharedFolders(false)" translate>Deselect All</a></small>
|
||||||
</p>
|
</p>
|
||||||
<div class="form-group" ng-repeat="folder in currentSharing.shared">
|
<div class="form-group" ng-repeat="folder in currentSharing.shared">
|
||||||
<share-template selected="currentSharing.selected" encryption-passwords="currentSharing.encryptionPasswords" id="{{folder.id}}" label="{{folderLabelMarkUnaccepted(folder.id, currentDevice.deviceID)}}" folder-type="{{folder.type}}" untrusted="currentDevice.untrusted" />
|
<share-template selected="currentSharing.selected" encryption-passwords="currentSharing.encryptionPasswords" id="{{folder.id}}" label="{{folderLabelMarkRemoteState(folder.id, currentDevice.deviceID)}}" folder-type="{{folder.type}}" untrusted="currentDevice.untrusted" />
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block" ng-if="deviceHasUnacceptedFolders(currentDevice)">
|
<p class="help-block" ng-if="deviceHasUnacceptedFolders(currentDevice)">
|
||||||
<sup>1</sup> <span translate>The remote device has not accepted sharing this folder.</span>
|
<sup>1</sup> <span translate>The remote device has not accepted sharing this folder.</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user