google-code-export / rtgui

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

"Active" tab #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to add "Active" tab for rtgui just like in recent 
versions of rtorrent?

Thanks in advance

Original issue reported on code.google.com by alex.zif...@gmail.com on 14 Aug 2009 at 10:49

GoogleCodeExporter commented 9 years ago
This is not a request forum!  Please use Google Groups set up specifically for
discussion regarding enhancements etc of rtGui.

HOWEVER, you've caught me on a good day ;)

Edit index.php, add this line around 154:
echo "<li><a ".($_SESSION['view']=="active" ? "id='current'" : "")."
href='?setview=active'>Active</a></li>\n";

(It should be after the other similar lines)

This will be included in next release of rtGui (soon!)

Original comment by lemonbe...@gmail.com on 14 Aug 2009 at 1:26

GoogleCodeExporter commented 9 years ago
Oh, I'm sorry for requesting it here, just installed rtGui today ;)
Thanks a lot for the tip!

Best regards,
Alex

Original comment by alex.zif...@gmail.com on 14 Aug 2009 at 1:31