Browse Source

- Simplified page structure

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
e0707f6907
  1. 1
      TODO
  2. 8
      src/webui/index.html

1
TODO

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

8
src/webui/index.html

@ -70,10 +70,6 @@ @@ -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 @@ @@ -102,10 +98,6 @@
<tbody id="myTableUP"></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div><!-- tabs -->
</div>
</div>

Loading…
Cancel
Save