Feature: FontAwesome Added
FontAwesome 4.0.3.1 Added, and an initial pass to replace bitmap icons.
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
<td style="width: 50%">
|
||||
<div class="pageMenuArea">
|
||||
<h2>Technician Held Devices for Users</h2>
|
||||
@Html.ActionLinkClass("Report", MVC.Public.UserHeldDevices.Index(), "report")
|
||||
<i class="fa fa-book"></i>@Html.ActionLinkClass("Report", MVC.Public.UserHeldDevices.Index(), "report")
|
||||
<div class="pageMenuBlurb">
|
||||
Display users involved in current jobs where the user's device is held by the technicians.
|
||||
Also displays users which should report to the technicians to collect their device
|
||||
which is ready to be returned to them.
|
||||
</div>
|
||||
@Html.ActionLinkClass("Noticeboard", MVC.Public.UserHeldDevices.Noticeboard(), "noticeboard")
|
||||
<i class="fa fa-desktop"></i>@Html.ActionLinkClass("Noticeboard", MVC.Public.UserHeldDevices.Noticeboard(), "noticeboard")
|
||||
<div class="pageMenuBlurb">
|
||||
Display a full-screen active noticeboard screen which lists users involved in current
|
||||
jobs where the user's device is held by the technicians. Also displays users which
|
||||
@@ -24,12 +24,12 @@
|
||||
<td style="width: 50%">
|
||||
<div class="pageMenuArea">
|
||||
<h2>Technician Held Devices</h2>
|
||||
@Html.ActionLinkClass("Report", MVC.Public.HeldDevices.Index(), "report")
|
||||
<i class="fa fa-book"></i>@Html.ActionLinkClass("Report", MVC.Public.HeldDevices.Index(), "report")
|
||||
<div class="pageMenuBlurb">
|
||||
Display devices involved in current jobs where the device is held by the technicians.
|
||||
Also displays devices which are ready to be collected.
|
||||
</div>
|
||||
@Html.ActionLinkClass("Noticeboard", MVC.Public.HeldDevices.Noticeboard(), "noticeboard")
|
||||
<i class="fa fa-desktop"></i>@Html.ActionLinkClass("Noticeboard", MVC.Public.HeldDevices.Noticeboard(), "noticeboard")
|
||||
<div class="pageMenuBlurb">
|
||||
Display a full-screen active noticeboard screen which lists devices involved in current
|
||||
jobs where the device is held by the technicians. Also displays devices which are ready to be collected.
|
||||
|
||||
@@ -62,13 +62,16 @@ WriteLiteral(">\r\n <div");
|
||||
|
||||
WriteLiteral(" class=\"pageMenuArea\"");
|
||||
|
||||
WriteLiteral(">\r\n <h2>Technician Held Devices for Users</h2>\r\n");
|
||||
WriteLiteral(">\r\n <h2>Technician Held Devices for Users</h2>\r\n <i" +
|
||||
"");
|
||||
|
||||
WriteLiteral(" ");
|
||||
WriteLiteral(" class=\"fa fa-book\"");
|
||||
|
||||
WriteLiteral("></i>");
|
||||
|
||||
|
||||
#line 9 "..\..\Areas\Public\Views\Public\Index.cshtml"
|
||||
Write(Html.ActionLinkClass("Report", MVC.Public.UserHeldDevices.Index(), "report"));
|
||||
Write(Html.ActionLinkClass("Report", MVC.Public.UserHeldDevices.Index(), "report"));
|
||||
|
||||
|
||||
#line default
|
||||
@@ -82,13 +85,15 @@ WriteLiteral(@">
|
||||
Also displays users which should report to the technicians to collect their device
|
||||
which is ready to be returned to them.
|
||||
</div>
|
||||
");
|
||||
<i");
|
||||
|
||||
WriteLiteral(" ");
|
||||
WriteLiteral(" class=\"fa fa-desktop\"");
|
||||
|
||||
WriteLiteral("></i>");
|
||||
|
||||
|
||||
#line 15 "..\..\Areas\Public\Views\Public\Index.cshtml"
|
||||
Write(Html.ActionLinkClass("Noticeboard", MVC.Public.UserHeldDevices.Noticeboard(), "noticeboard"));
|
||||
Write(Html.ActionLinkClass("Noticeboard", MVC.Public.UserHeldDevices.Noticeboard(), "noticeboard"));
|
||||
|
||||
|
||||
#line default
|
||||
@@ -113,13 +118,15 @@ WriteLiteral(">\r\n <div");
|
||||
|
||||
WriteLiteral(" class=\"pageMenuArea\"");
|
||||
|
||||
WriteLiteral(">\r\n <h2>Technician Held Devices</h2>\r\n");
|
||||
WriteLiteral(">\r\n <h2>Technician Held Devices</h2>\r\n <i");
|
||||
|
||||
WriteLiteral(" ");
|
||||
WriteLiteral(" class=\"fa fa-book\"");
|
||||
|
||||
WriteLiteral("></i>");
|
||||
|
||||
|
||||
#line 27 "..\..\Areas\Public\Views\Public\Index.cshtml"
|
||||
Write(Html.ActionLinkClass("Report", MVC.Public.HeldDevices.Index(), "report"));
|
||||
Write(Html.ActionLinkClass("Report", MVC.Public.HeldDevices.Index(), "report"));
|
||||
|
||||
|
||||
#line default
|
||||
@@ -130,13 +137,15 @@ WriteLiteral(" class=\"pageMenuBlurb\"");
|
||||
|
||||
WriteLiteral(">\r\n Display devices involved in current jobs where the device " +
|
||||
"is held by the technicians.\r\n Also displays devices which are" +
|
||||
" ready to be collected.\r\n </div>\r\n");
|
||||
" ready to be collected.\r\n </div>\r\n <i");
|
||||
|
||||
WriteLiteral(" ");
|
||||
WriteLiteral(" class=\"fa fa-desktop\"");
|
||||
|
||||
WriteLiteral("></i>");
|
||||
|
||||
|
||||
#line 32 "..\..\Areas\Public\Views\Public\Index.cshtml"
|
||||
Write(Html.ActionLinkClass("Noticeboard", MVC.Public.HeldDevices.Noticeboard(), "noticeboard"));
|
||||
Write(Html.ActionLinkClass("Noticeboard", MVC.Public.HeldDevices.Noticeboard(), "noticeboard"));
|
||||
|
||||
|
||||
#line default
|
||||
|
||||
Reference in New Issue
Block a user