Merge pull request #29 from doctorjbeam/patch-1
Added tooltips to JobParts\Resources.cshtml
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
{
|
{
|
||||||
<div class="commentInput clearfix">
|
<div class="commentInput clearfix">
|
||||||
<textarea class="commentInput" accesskey="l"></textarea>
|
<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>
|
</div>
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
@if (canAddAttachments)
|
@if (canAddAttachments)
|
||||||
{
|
{
|
||||||
<div class="attachmentInput clearfix">
|
<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>
|
</div>
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
@@ -631,4 +631,4 @@ else if (canShowAttachments)
|
|||||||
//#endregion
|
//#endregion
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user