diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-24 23:34:53 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-25 00:51:39 +0200 |
commit | dba9211d5d2e3e8eea4c4e1da22c754faef608a6 (patch) | |
tree | 3ddd38a5bbc46aa1385831096fe035e6560f86ba /apps | |
parent | 28d3c1cc0b03d02dd3be5516c1c59ac6842fc904 (diff) | |
download | nextcloud-server-dba9211d5d2e3e8eea4c4e1da22c754faef608a6.tar.gz nextcloud-server-dba9211d5d2e3e8eea4c4e1da22c754faef608a6.zip |
fix filecomparator
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/fileexists.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/fileexists.html b/apps/files/templates/fileexists.html index 459b3d22c18..e3513237d2b 100644 --- a/apps/files/templates/fileexists.html +++ b/apps/files/templates/fileexists.html @@ -3,8 +3,8 @@ <span class="what">{what}<!-- If you select both versions, the copied file will have a number added to its name. --></span><br/> <br/> <table> - <th><input id="checkbox-allnewfiles" class="allnewfiles" type="checkbox" /><label for="checkbox-allnewfiles">{allnewfiles}<span class="count"></span></label></th> - <th><input id="checkbox-allexistingfiles" class="allexistingfiles" type="checkbox" /><label for="checkbox-allexistingfiles">{allexistingfiles}<span class="count"></span></label></th> + <th><input id="checkbox-allnewfiles" class="allnewfiles checkbox" type="checkbox" /><label for="checkbox-allnewfiles">{allnewfiles}<span class="count"></span></label></th> + <th><input id="checkbox-allexistingfiles" class="allexistingfiles checkbox" type="checkbox" /><label for="checkbox-allexistingfiles">{allexistingfiles}<span class="count"></span></label></th> </table> <div class="conflicts"> <div class="template"> |