knowledge base cleanup

This commit is contained in:
Rushabh Mehta
2012-04-18 16:55:43 +05:30
parent 5fc06554ff
commit edab76b274
16 changed files with 110 additions and 109 deletions

View File

@@ -17,7 +17,7 @@
pscript.onload_blog = function(wrapper) {
wrapper.blog_list = new wn.ui.Listing({
parent: $(wrapper).find('.web-main-section').get(0),
parent: $(wrapper).find('.layout-main-section').get(0),
query: 'select tabBlog.name, title, left(content, 300) as content, tabBlog.modified, \
ifnull(first_name, "") as first_name, ifnull(last_name, "") as last_name \
from tabProfile, tabBlog\