svn commit: r1808532 - in /ofbiz/site: ofbiz-demos.html template/page/ofbiz-demos.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1808532 - in /ofbiz/site: ofbiz-demos.html template/page/ofbiz-demos.tpl.php

jleroux@apache.org
Author: jleroux
Date: Sat Sep 16 11:36:48 2017
New Revision: 1808532

URL: http://svn.apache.org/viewvc?rev=1808532&view=rev
Log:
Fixes the link to old (R13) ecommerce demo

Modified:
    ofbiz/site/ofbiz-demos.html
    ofbiz/site/template/page/ofbiz-demos.tpl.php

Modified: ofbiz/site/ofbiz-demos.html
URL: http://svn.apache.org/viewvc/ofbiz/site/ofbiz-demos.html?rev=1808532&r1=1808531&r2=1808532&view=diff
==============================================================================
--- ofbiz/site/ofbiz-demos.html (original)
+++ ofbiz/site/ofbiz-demos.html Sat Sep 16 11:36:48 2017
@@ -173,7 +173,7 @@
                 <p>This demo is for the previous OFBiz release. </p>
 
     <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href=" //ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
         </div>
             </section>

Modified: ofbiz/site/template/page/ofbiz-demos.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/ofbiz-demos.tpl.php?rev=1808532&r1=1808531&r2=1808532&view=diff
==============================================================================
--- ofbiz/site/template/page/ofbiz-demos.tpl.php (original)
+++ ofbiz/site/template/page/ofbiz-demos.tpl.php Sat Sep 16 11:36:48 2017
@@ -73,7 +73,7 @@
                 <p>This demo is for the previous OFBiz release. </p>
 
     <p><i class="icon-pin"></i><a href="//ofbiz-vm2.apache.org:28443/ordermgr/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y" target="_blank"><strong>Backend Management (ERP) Applications</strong></a> </p>
-    <p><i class="icon-pin"></i><a href=" //ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
+    <p><i class="icon-pin"></i><a href="http://ofbiz-vm2.apache.org:28080/ecommerce/control/main" target="_blank"><strong>Front End E-Commerce Webstore</strong></a> </p>
 
         </div>
             </section>