Great Work :-)
Config - TV Sorting:
Some segments aren't properly arranged.
In Firefox there are extreme gaps between the segments, in IE 8 it's a little bit better.
Greetz
Vr





pair of dimes wrote:foxace wrote:Hello plush is very good but Is it possible to change the time in days + hours + minute
exemple 2 days 3 hours 15 min.= "2d/3h/15m"
Sorry my English is bad I'm french .RAF is on holiday
English is okay.
I agree with your suggestion.
I think this is something that should probably be solved at the core of SABnzbd.
If you hover the "time left" at least you will get an exact ETA.



<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td>



Line : 93
<tr><th></th><th>$T('size') ($T('MB'))</th><th>$T('nzo-age')</th><th>$T('nzo-filename')/$T('nzo-subject')</th></tr>
<tr><th></th><th>$T('size') ($T('MB'))</th><th>$T('nzo-age')</th><th>$T('nzo-filename')/$T('nzo-subject')</th><th>Progress</th></tr>



</tr>
<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td>
<td>
<div class="main_sprite_container sprite_progressbar_bg">
<div class="main_sprite_container sprite_progress_done" style="background-position: -<!--#if $file.mb == "0.00" then "120" else int(120 - 120.0 / 100.0 * int(100 - float($file.mbleft) / float($file.mb) * 100))#-->px -347px">
<div class="totalDownload"><!--#echo int(float($file.mbleft))#--> <small>$T('Plush-left')</small></div>
<div class="currentDownload"><!--#echo int(float($file.mb))#--> <small>$T('MB')</small></div>
</div>
</div>
</td>
</tr>



table.nzoTable td.filename {
width:95%;
}
table.nzoTable td.filename {
width:50%;
}

