Merge pull request #29 from doctorjbeam/patch-1

Added tooltips to JobParts\Resources.cshtml
This commit is contained in:
Gary Sharp
2013-12-01 22:06:07 -08:00
@@ -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>
}
}