cleaned up profile settings

This commit is contained in:
Rushabh Mehta
2012-11-26 16:51:51 +05:30
parent 21df1479a7
commit 36b586cdfe
3 changed files with 57 additions and 33 deletions

View File

@@ -133,7 +133,9 @@ erpnext.CommunicationView = Class.extend({
this.comm_list[0].find('.comm-content').toggle(true);
},
make_body: function() {
this.body = $("<table class='table table-bordered table-hover table-striped'>").appendTo(this.parent);
this.wrapper = $("<div><h4>Communication History</h4></div>").appendTo(this.parent);
this.body = $("<table class='table table-bordered table-hover table-striped'>")
.appendTo(this.body);
},
prepare: function(doc) {
//doc.when = comment_when(this.doc.modified);