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