mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Removed extraneous icons
Font Awesomed AddSeries Font Awesomed gritter
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@foreach (var root in Model)
|
||||
{
|
||||
<div class="actionButton delete">
|
||||
<img src="../../Content/Images/x_16.png" alt="delete" id='@root'/>
|
||||
<i class="icon-remove icon-large delete-root" data-path="@root"></i>
|
||||
<span>@root</span>
|
||||
</div>
|
||||
}
|
||||
|
@@ -95,7 +95,7 @@
|
||||
}, //Date
|
||||
{ sName: 'Actions', sWidth: '40px', "mDataProp": "HistoryId", "bSortable": false, "bSearchable": false, "fnRender": function (row) {
|
||||
var deleteImage = '<i class="icon-remove gridAction" title="Delete from History" onclick="deleteHistory(this.parentNode.parentNode, ' + row.aData["HistoryId"] + ')"></i>';
|
||||
var redownloadImage = '<i class="icon-share-alt gridAction" title="Redownload Episode" onclick="redownloadHistory(this.parentNode.parentNode, ' + row.aData["HistoryId"] + ', ' + row.aData["EpisodeId"] + ')"></i>';
|
||||
var redownloadImage = '<i class="icon-repeat gridAction" title="Redownload Episode" onclick="redownloadHistory(this.parentNode.parentNode, ' + row.aData["HistoryId"] + ', ' + row.aData["EpisodeId"] + ')"></i>';
|
||||
|
||||
return deleteImage + redownloadImage;
|
||||
}
|
||||
|
Reference in New Issue
Block a user