DataObjects/Core_notify_recur.php
[Pman.Core] / Pman.Login.js
index caa822f..7afe4b6 100644 (file)
@@ -404,9 +404,13 @@ Pman.Login =  new Roo.util.Observable({
           
         this.form.render(ef.dom);
          // logoprefix comes from base config.
+         
+        var img = typeof(appLogo) != 'undefined'  && appLogo.length ? appLogo :
+            rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif' ;
+         
         Pman.Login.form.el.createChild({
                 tag: 'img', 
-                src: rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif',
+                src: img,
                 style: 'margin-bottom: 10px;'
             },
             Pman.Login.form.el.dom.firstChild 
@@ -483,6 +487,8 @@ Pman.Login =  new Roo.util.Observable({
         this.dialog.show();
         this.dialog.el.unmask(); 
         this.resizeToLogo.defer(1000,this);
+        
+        // if we have not created a provider.. do it now...
         if (!Roo.state.Manager.getProvider().expires) { 
             Roo.state.Manager.setProvider(new Roo.state.CookieProvider());
         }