Add vehicle filtering for fuellog and vehicle service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user