Correct reports not having all query parameters
Other small corrections
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@using System.Xml
|
||||
@using MileageTraker.Web.Models
|
||||
@using MileageTraker.Web.Models
|
||||
@using MileageTraker.Web.Utility
|
||||
@model MileageTraker.Web.ViewModels.Log.LogResultsViewModel
|
||||
@{
|
||||
@@ -33,7 +32,7 @@
|
||||
@Html.TextBoxFor(m => m.VehicleId, new {@class="search-query input-mini", placeholder="Vehicle"})
|
||||
</div>
|
||||
<div class="span4">
|
||||
@Html.Label("EmployeeName", "User")
|
||||
@Html.Label("EmployeeName", "Driver")
|
||||
@Html.TextBoxFor(m => m.EmployeeName, new {@class="search-query input-small", placeholder="User"})
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user