XFileSharing Pro - I cannot edit progress apperance !

Message
Author
Steve9e8
Posts: 81
Joined: Jun 19, 2014 11:27 am

I cannot edit progress apperance !

#1 Postby Steve9e8 » May 10, 2015 8:53 am

Hello

I need to edit the appearance of upload status, which includes :

onoff
bar1
bar2
progress_info
Upload speed
Time remaining

I tried to edit it through ( main.css ) and ( temp/status.html ) ... but nothing changes ! ...

Would you please tell me what is the file where I can edit upload status... The file that contains :

Code: Select all

<div id="onoff">progress <a onclick="if(this.innerHTML=='on'){this.innerHTML='off';window.clearTimeout(interval);}else{this.innerHTML='on';interval=window.setInterval(function (){jah(uid);},pause);}" title="on" href="#">on</a></div>

<div id="bar1">
<div id="upload_status" style="width: 0%;"></div>
<div id="bar2"><span id="percent">0%</span></div>
</div>

<div id="progress_info" style="display: block;">
<p><b id="fnames"> </b></p>
<b><span id="cursize"> Mb</span></b> from <b><span id="totalsize"> Mb</span></b><br><br>

Upload speed: <b><span id="speed"> </span> KB/Sec</b>  <br>

Time remaining: <b><span id="estimate">hours minutes</span></b>
<br><br><a onclick="if(confirm('Your upload is still in progress. Would you like to cancel your upload?')){window.clearInterval(interval);top.location=site_url;}" href="#">Abort Upload</a>
</div>