Fix modtools always shown
Cette révision appartient à :
Parent
5ab2688e78
révision
8c62d7bbe6
2 fichiers modifiés avec 2 ajouts et 7 suppressions
|
@ -645,7 +645,6 @@ input.filelist-checkbox:checked + table.table-filelist {
|
|||
.tr-cb {
|
||||
width: 20px;
|
||||
text-align: left;
|
||||
display: none;
|
||||
}
|
||||
.modtools .actions {
|
||||
display: none;
|
||||
|
@ -855,10 +854,6 @@ input.filelist-checkbox:checked + table.table-filelist {
|
|||
top:130px;
|
||||
}
|
||||
|
||||
#content.content-admin .tr-cb {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.tr-actions .form-input{
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<thead class="torrent-info">
|
||||
<tr>
|
||||
{{ if HasAdmin $.User }}
|
||||
<th class="tr-cb"><input type="checkbox" name="select_all" onchange="TorrentsMod.selectAll(this.checked)"></th>
|
||||
<th class="tr-cb hide"><input type="checkbox" name="select_all" onchange="TorrentsMod.selectAll(this.checked)"></th>
|
||||
{{end}}
|
||||
<th class="tr-cat">{{call $.T "category"}}</th>
|
||||
<th class="tr-lang"></th>
|
||||
|
@ -45,7 +45,7 @@
|
|||
{{if eq .Status 3}}trusted{{end}}
|
||||
{{if eq .Status 4}}aplus{{end}}" >
|
||||
{{ if HasAdmin $.User }}
|
||||
<td class="tr-cb">
|
||||
<td class="tr-cb hide">
|
||||
<input data-name="{{ .Name }}" type="checkbox" id="torrent_cb_{{ .ID }}" name="torrent_id" value="{{ .ID }}">
|
||||
</td>
|
||||
{{ end }}
|
||||
|
|
Référencer dans un nouveau ticket