From 136c371b01c333e26bcf7fdbe27a100e15ad5a01 Mon Sep 17 00:00:00 2001 From: Michael Greenhill Date: Mon, 2 Dec 2013 12:51:38 +1100 Subject: [PATCH] Added tooltips to JobParts\Resources.cshtml Example use of tooltips (title attribute) to give give end users more instruction. --- Disco.Web/Views/Job/JobParts/Resources.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Disco.Web/Views/Job/JobParts/Resources.cshtml b/Disco.Web/Views/Job/JobParts/Resources.cshtml index 72a8c69f..6193a36d 100644 --- a/Disco.Web/Views/Job/JobParts/Resources.cshtml +++ b/Disco.Web/Views/Job/JobParts/Resources.cshtml @@ -39,7 +39,7 @@ {
- +
} @@ -66,7 +66,7 @@ @if (canAddAttachments) {
- +
} @@ -631,4 +631,4 @@ else if (canShowAttachments) //#endregion }); -} \ No newline at end of file +}