Removed edit/add tooltips for providers

This commit is contained in:
Mark McDowall 2014-08-30 16:41:18 -07:00
parent 30511d166d
commit 30c2c02073
9 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
<li> <li>
<div class="download-client-item thingy add-card x-add-card"> <div class="download-client-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Download Client"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

View File

@ -1,4 +1,4 @@
<div class="download-client-item thingy" title="Click to edit"> <div class="download-client-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

View File

@ -6,7 +6,7 @@
<li> <li>
<div class="indexer-item thingy add-card x-add-card"> <div class="indexer-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Indexer"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

View File

@ -1,4 +1,4 @@
<div class="indexer-item thingy" title="Click to edit"> <div class="indexer-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

View File

@ -1,4 +1,4 @@
<div class="metadata-item" title="Click to edit"> <div class="metadata-item">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

View File

@ -6,7 +6,7 @@
<li> <li>
<div class="notification-item thingy add-card x-add-card"> <div class="notification-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Connection"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

View File

@ -1,4 +1,4 @@
<div class="notification-item thingy" title="Click to edit"> <div class="notification-item thingy">
<div> <div>
<h3>{{name}}</h3> <h3>{{name}}</h3>
</div> </div>

View File

@ -6,7 +6,7 @@
<li> <li>
<div class="profile-item thingy add-card x-add-card"> <div class="profile-item thingy add-card x-add-card">
<span class="center well"> <span class="center well">
<i class="icon-plus" title="Add Profile"/> <i class="icon-plus"/>
</span> </span>
</div> </div>
</li> </li>

View File

@ -1,4 +1,4 @@
<div class="profile-item thingy" title="Click to edit"> <div class="profile-item thingy">
<div> <div>
<h3 name="name"></h3> <h3 name="name"></h3>
</div> </div>