From 08287e2880b6ebe42008fd436302fc780af75f7f Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 26 Sep 2014 13:42:47 +0200 Subject: [PATCH] Add ID to markup to have the checkboxes in the right position --- core/js/share.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/js/share.js b/core/js/share.js index 4c4542daf8..3341c56295 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -627,21 +627,21 @@ OC.Share={ html += ' '; } if (oc_appconfig.core.resharingAllowed && (possiblePermissions & OC.PERMISSION_SHARE)) { - html += ''; + html += ''; } if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) { - html += ' '; + html += ''; } showCrudsButton = ''+t('core', 'access control')+''; html += ''; html += '';