diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-25 11:54:26 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-25 11:54:26 +0200 |
commit | 2ee36dc4de06979f9c761687d7b21399f74fb9db (patch) | |
tree | d181ee3bf341e828cd6fc4a4a949603196594453 /core/js/sharedialogexpirationview.js | |
parent | bf73665a35470432ae939a70eb91ecf9f8933240 (diff) | |
download | nextcloud-server-2ee36dc4de06979f9c761687d7b21399f74fb9db.tar.gz nextcloud-server-2ee36dc4de06979f9c761687d7b21399f74fb9db.zip |
restyle checkboxes in sidebar
Diffstat (limited to 'core/js/sharedialogexpirationview.js')
-rw-r--r-- | core/js/sharedialogexpirationview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogexpirationview.js b/core/js/sharedialogexpirationview.js index 3fba4b135d9..fab48f5e6bc 100644 --- a/core/js/sharedialogexpirationview.js +++ b/core/js/sharedialogexpirationview.js @@ -19,7 +19,7 @@ // in the LinkShareView to ease reusing it in future. Then, // modifications (getting rid of IDs) are still necessary. '{{#if isLinkShare}}' + - '<input type="checkbox" name="expirationCheckbox" class="expirationCheckbox" id="expirationCheckbox" value="1" ' + + '<input type="checkbox" name="expirationCheckbox" class="expirationCheckbox checkbox" id="expirationCheckbox" value="1" ' + '{{#if isExpirationSet}}checked="checked"{{/if}} {{#if disableCheckbox}}disabled="disabled"{{/if}} />' + '<label for="expirationCheckbox">{{setExpirationLabel}}</label>' + '<div class="expirationDateContainer {{#unless isExpirationSet}}hidden{{/unless}}">' + |