acp search messaging

This commit is contained in:
psychobunny
2014-09-26 14:36:10 -04:00
parent d902ac1efe
commit 15b3437dba

View File

@@ -82,7 +82,7 @@ define('forum/admin/footer', ['forum/admin/settings'], function(Settings) {
if (value.length > 0) {
menuItems.append('<li role="presentation"><a role="menuitem" href="' + RELATIVE_PATH + '/search/' + value + '">Search the forum for <strong>' + value + '</strong></a></li>');
} else {
menuItems.append('<li role="presentation"><a role="menuitem" href="' + RELATIVE_PATH + '/search/' + value + '">Click here for forum-wide search</a></li>');
menuItems.append('<li role="presentation"><a role="menuitem" href="#">Start typing to see results...</a></li>');
}
});
}