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

svn commit: r424313 - /geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp

Author: sppatel
Date: Fri Jul 21 06:37:27 2006
New Revision: 424313

URL: http://svn.apache.org/viewvc?rev=424313&view=rev
Log:
GERONIMO-1572

Modified:
    geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp

Modified: geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp
URL: http://svn.apache.org/viewvc/geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp?rev=424313&r1=424312&r2=424313&view=diff
==============================================================================
--- geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp (original)
+++ geronimo/trunk/applications/console/console-framework/src/webapp/login.jsp Fri Jul 21 06:37:27 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>