You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/21 20:18:54 UTC

svn commit: r424409 - in /geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src: ./ webapp/login.jsp

Author: jdillon
Date: Fri Jul 21 11:18:53 2006
New Revision: 424409

URL: http://svn.apache.org/viewvc?rev=424409&view=rev
Log:
 r522@Bliss (orig r424406):  jdillon | 2006-07-21 11:18:00 -0700
  r520@Bliss (orig r424313):  sppatel | 2006-07-21 06:37:27 -0700
  GERONIMO-1572
  
 

Modified:
    geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/   (props changed)
    geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/webapp/login.jsp

Propchange: geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/
------------------------------------------------------------------------------
--- svk:merge (added)
+++ svk:merge Fri Jul 21 11:18:53 2006
@@ -0,0 +1 @@
+13f79535-47bb-0310-9956-ffa450edef68:/geronimo/sandbox/svkmerge/trunk/applications/console/console-framework/src:424406

Modified: geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/webapp/login.jsp
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/webapp/login.jsp?rev=424409&r1=424408&r2=424409&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/webapp/login.jsp (original)
+++ geronimo/sandbox/svkmerge/m2migration/applications/console/console-framework/src/webapp/login.jsp Fri Jul 21 11:18:53 2006
@@ -78,7 +78,14 @@
               </tr>
               <tr>
                 <td class="MediumBackground">&nbsp;</td>
-                <td colspan="4" align="center" class="MediumBackground"><input name="submit" type="submit" value="Login"/></td>
+                <td colspan="4" align="center" class="MediumBackground">
+                   <script>
+                   if (document.cookie == "") {
+                     document.writeln('<font color="red"><strong>Note: Logging onto the Geronimo Console requires cookies to be enabled in your web browser.</strong></font><br>');
+                   }
+                   </script>
+                   <input name="submit" type="submit" value="Login"/>
+                </td>
                 <td class="MediumBackground">&nbsp;</td>
               </tr>
               <tr>