Added tooltips to JobParts\Resources.cshtml
Example use of tooltips (title attribute) to give give end users more instruction.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user