systemart / rtgui

Automatically exported from code.google.com/p/rtgui
0 stars 0 forks source link

Styling errors in view.php #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In view.php, lines 164-165, the class "datacollast" is not on the last div.

      echo "  <div class='datacollast smalltext upload'
style='width:90px;'>&nbsp;".($item['get_up_rate']>0 ?
format_bytes($item['get_up_rate'])."/sec<br/>" :
"").format_bytes($item['get_up_total'])."</div>\n";
      echo "  <div class='datacol smalltext'
style='width:90px;'>&nbsp;".($item['get_peer_rate']>0 ?
format_bytes($item['get_peer_rate'])."ps<br/>" :
"").format_bytes($item['get_peer_total'])."</div>\n";

Same file, line 214, the div should use "datacollast" to prevent the right
border.

   echo "<tr class='row1'><td class='datacol'
align=right><b>Complete</b></td><td><div
class='datacol'>".$thistorrent['percent_complete']." %<br/>";
   echo percentbar(@round(($thistorrent['percent_complete']/2)))."</div>";

Original issue reported on code.google.com by llamaXxX@gmail.com on 7 Sep 2008 at 2:38

GoogleCodeExporter commented 9 years ago
I hadn't even noticed this one.
Thanks for your report Llama :)

Original comment by lemonbe...@gmail.com on 8 Sep 2008 at 5:55

GoogleCodeExporter commented 9 years ago
Fixed in 0.2.6

Original comment by lemonbe...@gmail.com on 5 Dec 2008 at 10:26