1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- Simplified page structure

This commit is contained in:
Christophe Dumez 2008-12-24 09:59:06 +00:00
parent 816f35cbab
commit e0707f6907
2 changed files with 0 additions and 9 deletions

1
TODO
View File

@ -1,6 +1,5 @@
See https://blueprints.launchpad.net/qbittorrent/
- Use tabs from MochaUI 0.9.5
- Test new MochaUI on IE7
// translations done

View File

@ -70,10 +70,6 @@
<li title="Tab1"><a>Downloads</a></li>
<li title="Tab2"><a>Uploads</a></li>
</ul>
<div id="mochaPageWrapper">
<div id="mochaPage">
<div id="mochaScreens">
<div class="screen">
<div id="Tab1" class="mootabs_panel">
<table class="torrentTable" cellpadding="0" cellspacing="0">
<thead>
@ -102,10 +98,6 @@
<tbody id="myTableUP"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div><!-- tabs -->
</div>
</div>