Update font awesome, change and add header icons for most pages

This commit is contained in:
2015-09-25 12:22:19 -04:00
parent 5293a1a50b
commit b420193c3d
42 changed files with 1064 additions and 178 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
@Html.Partial("_StatusMessage")
<h2 class="center-content">@ViewBag.Title</h2>
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
@using (Html.BeginForm("Create", "Log", FormMethod.Post, new { @class = "form-horizontal well center-content" }))
{
+1 -1
View File
@@ -8,7 +8,7 @@
@Html.Partial("_StatusMessage")
<h2 class="center-content">@ViewBag.Title</h2>
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="center-content label label-warning">Are you sure you wish to delete this log?</div>
+1 -1
View File
@@ -8,7 +8,7 @@
@Html.Partial("_StatusMessage")
<h2 class="center-content">@ViewBag.Title</h2>
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div>
<ul class="pager">
+1 -1
View File
@@ -8,7 +8,7 @@
@Html.Partial("_StatusMessage")
<h2 class="center-content">@ViewBag.Title</h2>
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
@using (Html.BeginForm("Edit", "Log", FormMethod.Post, new { @class = "form-horizontal well center-content" }))
{
+1 -5
View File
@@ -3,16 +3,12 @@
@{
ViewBag.Title = "Import Logs";
}
@section Styles
{
<link href="@Url.Content("~/Content/font-awesome.min.css")" rel="stylesheet" type="text/css" />
}
@{ Html.RenderPartial("BackToLogs"); }
@Html.Partial("_StatusMessage")
<h2>@ViewBag.Title</h2>
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
<p>Driver: <strong>@ViewData["UserFullName"]</strong></p>
<p id="page-import-status"></p>
+1 -1
View File
@@ -7,7 +7,7 @@
@Html.Partial("_StatusMessage")
<h2 class="center-content">@ViewBag.Title</h2>
<h2 class="center-content"><i class="fa fa-road"></i> @ViewBag.Title</h2>
<p class="center-content">Download the import template: @Html.ActionLink("Excel Template", "ImportTemplate")
</p>
+2 -4
View File
@@ -31,14 +31,12 @@
}
</div>
<h2 id="log-title">@ViewBag.Title</h2>
<h2 id="log-title"><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="btn-toolbar clearfix">
@Html.ActionLink("Add New Log", "Create", null, new { @class = "btn" })
@Html.ActionLink("Export", "Export", parameters, new { @class = "btn" })
@Html.ActionLink("Purposes", "Index", "Purpose", null, new { @class = "btn" })
@Html.ActionLink("Cities", "Index", "City", null, new { @class = "btn" })
@Html.ActionLink("Import", "ImportUpload", null, new { @class = "btn"})
@Html.ActionLink("Export", "Export", parameters, new { @class = "btn" })
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">Report <span class="caret"></span></a>
+1 -1
View File
@@ -7,7 +7,7 @@
@Html.Partial("_StatusMessage")
<h2>@ViewBag.Title</h2>
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
@Html.DisplayFor(m => m.Query)
+1 -1
View File
@@ -7,7 +7,7 @@
@Html.Partial("_StatusMessage")
<h2>@ViewBag.Title</h2>
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
@Html.DisplayFor(m => m.Query)