fix filelist checkboxes

This commit is contained in:
Hendrik Leppelsack 2015-09-24 14:12:54 +02:00
parent ec005fc5d0
commit 28d3c1cc0b
3 changed files with 4 additions and 4 deletions

View File

@ -925,7 +925,7 @@
if (this._allowSelection) { if (this._allowSelection) {
td.append( td.append(
'<input id="select-' + this.id + '-' + fileData.id + '<input id="select-' + this.id + '-' + fileData.id +
'" type="checkbox" class="selectCheckBox"/><label for="select-' + this.id + '-' + fileData.id + '">' + '" type="checkbox" class="selectCheckBox checkbox"/><label for="select-' + this.id + '-' + fileData.id + '">' +
'<div class="thumbnail" style="background-image:url(' + icon + '); background-size: 32px;"></div>' + '<div class="thumbnail" style="background-image:url(' + icon + '); background-size: 32px;"></div>' +
'<span class="hidden-visually">' + t('files', 'Select') + '</span>' + '<span class="hidden-visually">' + t('files', 'Select') + '</span>' +
'</label>' '</label>'

View File

@ -10,7 +10,7 @@
<div class="template"> <div class="template">
<div class="filename"></div> <div class="filename"></div>
<div class="replacement"> <div class="replacement">
<input type="checkbox" class="u-left"/> <input type="checkbox" class="checkbox u-left"/>
<label> <label>
<span class="svg icon"></span> <span class="svg icon"></span>
<div class="mtime"></div> <div class="mtime"></div>
@ -18,7 +18,7 @@
</label> </label>
</div> </div>
<div class="original"> <div class="original">
<input type="checkbox" class="u-left" /> <input type="checkbox" class="checkbox u-left" />
<label> <label>
<span class="svg icon"></span> <span class="svg icon"></span>
<div class="mtime"></div> <div class="mtime"></div>

View File

@ -56,7 +56,7 @@
<tr> <tr>
<th id='headerName' class="hidden column-name"> <th id='headerName' class="hidden column-name">
<div id="headerName-container"> <div id="headerName-container">
<input type="checkbox" id="select_all_files" class="select-all"/> <input type="checkbox" id="select_all_files" class="select-all checkbox"/>
<label for="select_all_files"> <label for="select_all_files">
<span class="hidden-visually"><?php p($l->t('Select all'))?></span> <span class="hidden-visually"><?php p($l->t('Select all'))?></span>
</label> </label>