From 23290c76ac1af26a94c71b63d28ce1370ba320cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 10 Jan 2012 16:08:24 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pman.Login.js b/Pman.Login.js index 497080e7..0afdb682 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -404,6 +404,10 @@ Pman.Login = new Roo.util.Observable({ this.form.render(ef.dom); // logoprefix comes from base config. + + var img = typeof(appLogo) != 'undefined' ? appLogo : + rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif' + Pman.Login.form.el.createChild({ tag: 'img', src: rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif', -- 2.39.2