X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Login.js;h=4074d1bff32cac76401256b58e7da41b2487024b;hb=96830c9614110ef295c9e2b619c5a59198ccc70d;hp=982f157744a47ab60c168d3bb671ecf5f6e1574d;hpb=18e430aa24dcae610ed661648af490ada202ed52;p=Pman.Core diff --git a/Pman.Login.js b/Pman.Login.js index 982f1577..4074d1bf 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -407,18 +407,21 @@ Pman.Login = new Roo.util.Observable({ ef.dom.style.margin = 10; this.form.render(ef.dom); - // logoprefix comes from base config. + // logoprefix comes from base config - normally the owner company logo... + // ??? var img = typeof(appLogo) != 'undefined' && appLogo.length ? appLogo : rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif' ; - Pman.Login.form.el.createChild({ + Pman.Login.form.el.createChild({ tag: 'img', src: img, style: 'margin-bottom: 10px;' }, Pman.Login.form.el.dom.firstChild - ); + ).on('error', function(this) { + this.dom.style.display = 'none'; + }); var vp = this.dialog.getLayout().add('center', new Roo.ContentPanel(ef, { autoCreate : true,