[cleanup] started responsive layouts and removed tinymce

This commit is contained in:
Rushabh Mehta
2013-04-15 17:02:20 +05:30
parent edfeade5a6
commit ac118c8822
9 changed files with 5 additions and 224 deletions

View File

@@ -19,7 +19,7 @@ cur_frm.fields_dict.customer.get_query = erpnext.utils.customer_query;
$.extend(cur_frm.cscript, {
onload: function(doc, dt, dn) {
if(in_list(user_roles,'System Manager')) {
cur_frm.page_layout.footer.help_area.innerHTML = '<hr>\
cur_frm.footer.help_area.innerHTML = '<hr>\
<p><a href="#Form/Email Settings/Email Settings">Email Settings</a><br>\
<span class="help">Integrate incoming support emails to Support Ticket</span></p>';
}