JobParts\Resources tooltip update

Updated tooltips to reflect discussion in #29
This commit is contained in:
Gary Sharp
2013-12-02 17:09:00 +11:00
parent 8ace60f10d
commit 2dd3f5f9ab
2 changed files with 27 additions and 20 deletions
@@ -39,7 +39,7 @@
{
<div class="commentInput clearfix">
<textarea class="commentInput" accesskey="l"></textarea>
<span class="action post commentInputPost" title="Click to submit your comment"></span>
<span class="action post commentInputPost" title="Post Comment"></span>
</div>
}
</td>
@@ -66,7 +66,7 @@
@if (canAddAttachments)
{
<div class="attachmentInput clearfix">
<span class="action upload" title="Upload attachment"></span><span class="action photo" title="Upload attachment"></span>
<span class="action upload" title="Attach File"></span><span class="action photo" title="Capture Image"></span>
</div>
}
</td>