add the following code in the page
<script>
function ChangeDiscussionMessage()
{
var a = document.getElementsByTagName("TD")
for (var i=0;i<a.length;i++)
{
if (a[i].className=="ms-vb")
{
if (a[i].innerText.indexOf("There are no items to show in this view")>-1)
{
a[i].innerHTML = " <b><-- Your message here.</b>";
}
}
}
}
_spBodyOnLoadFunctionNames.push("ChangeDiscussionMessage")
</script>
<script>
function ChangeDiscussionMessage()
{
var a = document.getElementsByTagName("TD")
for (var i=0;i<a.length;i++)
{
if (a[i].className=="ms-vb")
{
if (a[i].innerText.indexOf("There are no items to show in this view")>-1)
{
a[i].innerHTML = " <b><-- Your message here.</b>";
}
}
}
}
_spBodyOnLoadFunctionNames.push("ChangeDiscussionMessage")
</script>
No comments:
Post a Comment