mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
[major] upgrade to bootstrap 3
This commit is contained in:
@@ -18,7 +18,7 @@ cur_frm.cscript.select_doctype = function() {
|
||||
cur_frm.cscript.setup_upload = function() {
|
||||
var me = this;
|
||||
var $wrapper = $(cur_frm.fields_dict.upload_html.wrapper).empty()
|
||||
.html("<hr><div class='alert'>" +
|
||||
.html("<hr><div class='alert alert-warning'>" +
|
||||
wn._("Upload a .csv file with two columns: the old name and the new name. Max 500 rows.")
|
||||
+ "</div>");
|
||||
var $log = $(cur_frm.fields_dict.rename_log.wrapper).empty();
|
||||
|
||||
Reference in New Issue
Block a user