use Bootstrap alerts for error/warning messages; profile messages in place
This commit is contained in:
parent
d79de3966a
commit
8e9746781c
5 changed files with 54 additions and 41 deletions
|
|
@ -6,6 +6,9 @@ BR.Profile = L.Class.extend({
|
|||
L.DomUtil.get('clear').onclick = L.bind(this.clear, this);
|
||||
|
||||
this.ele = document.profile_upload.profile;
|
||||
this.message = new BR.Message('profile_message', {
|
||||
alert: true
|
||||
});
|
||||
},
|
||||
|
||||
clear: function(evt) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue