Enable customizing the save statistics time interval
[qBittorrent.git] / src / webui / www / private / views / propertiesToolbar.html
blobbeb84b4c93dcf6a72371106210143d70c03fe7f4
1 <div class="toolbarTabs">
2 <div id="torrentFilesFilterToolbar" class="invisible">
3 <input type="text" id="torrentFilesFilterInput" placeholder="QBT_TR(Filter files...)QBT_TR[CONTEXT=PropertiesWidget]" aria-label="QBT_TR(Filter files...)QBT_TR[CONTEXT=PropertiesWidget]" autocorrect="off" autocapitalize="none">
4 </div>
5 <menu id="propertiesTabs" class="tab-menu">
6 <li id="propGeneralLink">
7 <a><img alt="QBT_TR(General)QBT_TR[CONTEXT=PropTabBar]" src="images/help-about.svg" width="16" height="16">QBT_TR(General)QBT_TR[CONTEXT=PropTabBar]</a>
8 </li>
9 <li id="propTrackersLink">
10 <a><img alt="QBT_TR(Trackers)QBT_TR[CONTEXT=PropTabBar]" src="images/trackers.svg" width="16" height="16">QBT_TR(Trackers)QBT_TR[CONTEXT=PropTabBar]</a>
11 </li>
12 <li id="propPeersLink">
13 <a><img alt="QBT_TR(Peers)QBT_TR[CONTEXT=PropTabBar]" src="images/peers.svg" width="16" height="16">QBT_TR(Peers)QBT_TR[CONTEXT=PropTabBar]</a>
14 </li>
15 <li id="propWebSeedsLink">
16 <a><img alt="QBT_TR(HTTP Sources)QBT_TR[CONTEXT=PropTabBar]" src="images/network-server.svg" width="16" height="16">QBT_TR(HTTP Sources)QBT_TR[CONTEXT=PropTabBar]</a>
17 </li>
18 <li id="propFilesLink">
19 <a><img alt="QBT_TR(Content)QBT_TR[CONTEXT=PropTabBar]" src="images/directory.svg" width="16" height="16">QBT_TR(Content)QBT_TR[CONTEXT=PropTabBar]</a>
20 </li>
21 </menu>
22 <div class="clear"></div>
23 </div>