You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2009/11/05 00:26:42 UTC

svn commit: r832903 - /ofbiz/site/index.html

Author: bibryam
Date: Wed Nov  4 23:26:41 2009
New Revision: 832903

URL: http://svn.apache.org/viewvc?rev=832903&view=rev
Log:
Added JavaScriptEnabled parameter to demo links, so users accessing backend applications have better user experience.

Modified:
    ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=832903&r1=832902&r2=832903&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Nov  4 23:26:41 2009
@@ -276,9 +276,9 @@
             <h3>Demo Sites</h3>
             <ul class="sidemenu">
                 <li><a href="http://demo.ofbiz.org/ecommerce/control/main">Front-End Store <br /><span>this demo is based on the current svn trunk</span></a></li>
-                <li><a href="https://demo.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz">Management Apps<br /><span>this demo is based on the current svn trunk</span></a></li>
+                <li><a href="https://demo.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps<br /><span>this demo is based on the current svn trunk</span></a></li>
                 <li><a href="http://demo904.ofbiz.org/ecommerce/control/main">9.04 Front-End Store <br /><span>this demo is based on the 9.04 Release branch</span></a></li>
-                <li><a href="https://demo904.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz">9.04 Management Apps <br /><span>this demo is based on the 9.04 Release branch</span></a></li>
+                <li><a href="https://demo904.ofbiz.org/catalog/control/login/main?USERNAME=demoadmin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">9.04 Management Apps <br /><span>this demo is based on the 9.04 Release branch</span></a></li>
                 <li><a href="http://docs.ofbiz.org/x/yg4">All Known Demo Servers<br /><span> A list of all known trunk and release demo servers.</span></a></li>
                 <li><a href="http://log.ofbiz.org/">Daily Log Files<br /><span>trunk and release demo log files.</span></a></li>
             </ul>