Skip to content

Commit

Permalink
added hotlinks to settings panels
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jun 17, 2015
1 parent 575b1eb commit 4fbbdf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/torrentClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div class="leftpanel torrents">
<div style=''>
<h2>DuckieTorrent {{::getTorrentClientName()}} <span translate-once="TORRENTCLIENT/hdr"></span></h2>
<a href="#settings/torrent" style="text-align:right; display:block; padding:5px;"> <i class="glyphicon glyphicon-cog"></i> Choose a Torrent Client</a>
<a href="#settings/{{getTorrentClientName().toLowerCase()}}" style="text-align:right; display:block; padding:5px;"> <i class="glyphicon glyphicon-cog"></i> {{getTorrentClientName()}} Settings</a>
<div class="alert alert-info" ng-if="getTorrentClientName() == 'uTorrent'"><button class='btn btn-small btn-warning' style='float:right' ng-click='removeToken()' translate-once="TORRENTCLIENT/clear-authority/btn"></button><strong><span translate-once="TORRENTCLIENT/desc/p1"></span><a style="color: #428bca" href='http://www.utorrent.com/downloads/complete/os/win/track/alpha'>v3.4.1+</a><span translate-once="TORRENTCLIENT/desc/p2"></span></strong><span translate-once="TORRENTCLIENT/desc/p3"></span></div>
<div ng-show="!rpc" style='padding:40px; text-align;center'>
<img ng-src="img/torrentclients/{{getTorrentClientName().toLowerCase().replace(' 3.2+','').replace(' web ui','')}}.png" class="spin" style="width: 100%; height: 100%">
Expand Down
1 change: 1 addition & 0 deletions templates/torrentDialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- torrentDialog.html -->
<button type="button" class="close" ng-click="cancel()" class="pull-right">&times;</button>
<h1 translate-once="TORRENTDIALOG/hdr"></h1>
<a href="#settings/torrent-search" style="float:right; margin-top:-25px;"> <i class="glyphicon glyphicon-cog"></i> Torrent Search Settings</a>
<input type="text" ng-model="query" ng-model-options="{debounce: 500}" focus-watch='searching' ng-change="search(query)" class="form-control" translate-once-placeholder="TORRENTDIALOG/placeholder">
<i ng-show="loadingTPB" class="glyphicon glyphicon-refresh"></i>
<div class="btn-group" style='margin:0 auto; padding:10px;'>
Expand Down

0 comments on commit 4fbbdf7

Please sign in to comment.