Parent
77659c8ebd
révision
bee042490b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -132,7 +132,7 @@ select.form-input {
|
|||
position: relative;
|
||||
padding: 0;
|
||||
width: 16px;
|
||||
height: 26px;
|
||||
height: 24px;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
{{else}}
|
||||
<p>{{ T("no_description") }}</p>
|
||||
{{end}}
|
||||
<input type="checkbox" id="show-filelist" {{if len(Torrent.FileList) < 4 && len(Torrent.FileList) != 0}}checked{{end}}>
|
||||
<input type="checkbox" id="show-filelist" {{if len(Torrent.FileList) < 4 && len(Torrent.FileList) > 1}}checked{{end}}>
|
||||
<label class="torrent-hr filelist-control{{if len(Torrent.FileList) == 0}} hidden{{end}}" for="show-filelist">{{ T("files")}}</label>
|
||||
<div class="torrent-info-box{{if len(Torrent.FileList) == 0}} hidden{{end}}" id="filelist">
|
||||
{{ if len(Torrent.FileList) > 0 }}
|
||||
|
|
Référencer dans un nouveau ticket