Added tooltips to JobParts\Resources.cshtml

Example use of tooltips (title attribute) to give give end users more instruction.
This commit is contained in:
Michael Greenhill
2013-12-02 12:51:38 +11:00
parent a5c051916e
commit 136c371b01
@@ -39,7 +39,7 @@
{
<div class="commentInput clearfix">
<textarea class="commentInput" accesskey="l"></textarea>
<span class="action post commentInputPost"></span>
<span class="action post commentInputPost" title="Click to submit your comment"></span>
</div>
}
</td>
@@ -66,7 +66,7 @@
@if (canAddAttachments)
{
<div class="attachmentInput clearfix">
<span class="action upload"></span><span class="action photo"></span>
<span class="action upload" title="Upload attachment"></span><span class="action photo" title="Upload attachment"></span>
</div>
}
</td>
@@ -631,4 +631,4 @@ else if (canShowAttachments)
//#endregion
});
</script>
}
}