Add vehicle filtering for fuellog and vehicle service

This commit is contained in:
2015-10-26 10:09:12 -04:00
parent ad0b04695d
commit 9177a8dbb3
10 changed files with 63 additions and 9 deletions
+9
View File
@@ -151,6 +151,8 @@ var matchCountFunc = function() {
} else {
$link.append(" <span class='badge'>0</span>");
}
$link
.append(' <sup><i class="fa fa-clone"></i></sup>');
}
});
};
@@ -233,8 +235,15 @@ function addButtonIcons () {
.prepend('<i class="icon-user icon-white" /> ');
}
function addTargetBlankIcon() {
$("a[target='_blank']:not(:has(i:last-child))")
.append(' <sup><i class="fa fa-clone"></i></sup>');
}
$(function () {
addButtonIcons();
addTargetBlankIcon();
});
// Convert MVC3 WebGrid paging to Bootstrap