No-print for export buttons
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div class="btn-toolbar clearfix">
|
||||
@Html.ActionLink("Export", "ExportDriverMileageReport", Model.Query, new { @class = "btn" })
|
||||
@Html.ActionLink("Export", "ExportDriverMileageReport", Model.Query, new { @class = "btn no-print" })
|
||||
</div>
|
||||
|
||||
@Html.DisplayFor(m => m.Query)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div class="btn-toolbar clearfix">
|
||||
@Html.ActionLink("Export", "ExportVehicleMileageReport", Model.Query, new { @class = "btn" })
|
||||
@Html.ActionLink("Export", "ExportVehicleMileageReport", Model.Query, new { @class = "btn no-print" })
|
||||
</div>
|
||||
|
||||
@Html.DisplayFor(m => m.Query)
|
||||
|
||||
Reference in New Issue
Block a user