pull/216/head
parent
b1170c7456
commit
4e6579d94a
|
@ -890,6 +890,7 @@ echo '</script>';
|
||||||
var tr1=document.createElement('tr');
|
var tr1=document.createElement('tr');
|
||||||
table1.appendChild(tr1);
|
table1.appendChild(tr1);
|
||||||
tr1.setAttribute('data-to',1);
|
tr1.setAttribute('data-to',1);
|
||||||
|
tr1.setAttribute('style','height:fit-content');
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
|
@ -898,6 +899,7 @@ echo '</script>';
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','text-overflow:ellipsis');
|
||||||
td2.setAttribute('style','width:71%');
|
td2.setAttribute('style','width:71%');
|
||||||
td2.setAttribute('style','white-space:nowrap');
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
|
|
|
@ -890,6 +890,7 @@ echo '</script>';
|
||||||
var tr1=document.createElement('tr');
|
var tr1=document.createElement('tr');
|
||||||
table1.appendChild(tr1);
|
table1.appendChild(tr1);
|
||||||
tr1.setAttribute('data-to',1);
|
tr1.setAttribute('data-to',1);
|
||||||
|
tr1.setAttribute('style','height:fit-content');
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
|
@ -898,6 +899,7 @@ echo '</script>';
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','text-overflow:ellipsis');
|
||||||
td2.setAttribute('style','width:71%');
|
td2.setAttribute('style','width:71%');
|
||||||
td2.setAttribute('style','white-space:nowrap');
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
|
|
|
@ -890,6 +890,7 @@ echo '</script>';
|
||||||
var tr1=document.createElement('tr');
|
var tr1=document.createElement('tr');
|
||||||
table1.appendChild(tr1);
|
table1.appendChild(tr1);
|
||||||
tr1.setAttribute('data-to',1);
|
tr1.setAttribute('data-to',1);
|
||||||
|
tr1.setAttribute('style','height:fit-content');
|
||||||
var td1=document.createElement('td');
|
var td1=document.createElement('td');
|
||||||
tr1.appendChild(td1);
|
tr1.appendChild(td1);
|
||||||
td1.setAttribute('style','width:24%');
|
td1.setAttribute('style','width:24%');
|
||||||
|
@ -898,6 +899,7 @@ echo '</script>';
|
||||||
var td2=document.createElement('td');
|
var td2=document.createElement('td');
|
||||||
tr1.appendChild(td2);
|
tr1.appendChild(td2);
|
||||||
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
td2.setAttribute('id','upfile_td2_'+timea+'_'+i);
|
||||||
|
td2.setAttribute('style','text-overflow:ellipsis');
|
||||||
td2.setAttribute('style','width:71%');
|
td2.setAttribute('style','width:71%');
|
||||||
td2.setAttribute('style','white-space:nowrap');
|
td2.setAttribute('style','white-space:nowrap');
|
||||||
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
td2.innerHTML='<?php echo getconstStr('GetUploadLink'); ?> ...';
|
||||||
|
|
Loading…
Reference in New Issue