Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/views/partials/forms/share_credential/link_sharing.html')
-rw-r--r--templates/views/partials/forms/share_credential/link_sharing.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/views/partials/forms/share_credential/link_sharing.html b/templates/views/partials/forms/share_credential/link_sharing.html
index 3e39fd0c..049b9592 100644
--- a/templates/views/partials/forms/share_credential/link_sharing.html
+++ b/templates/views/partials/forms/share_credential/link_sharing.html
@@ -1,7 +1,9 @@
<div class="row">
<div class="col-xs-12 col-md-6">
- <label><input type="checkbox" ng-model="share_settings.linkSharing.enabled">
- {{ 'enable.link.sharing' | translate}}.</label><br/>
+ <input id="linkSharing.enabled" class="checkbox" type="checkbox"
+ ng-model="share_settings.linkSharing.enabled">
+ <label for="linkSharing.enabled">{{'enable.link.sharing' | translate}}</label><br>
+
<div class="pull-left col-xs-6 nopadding">
<span credential-field value="share_link" secret="false" use-input="true" input-placeholder="'click.share' | translate" ></span>
</div>
@@ -36,4 +38,4 @@
</table>
</div>
</div>
-</div> \ No newline at end of file
+</div>