You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sw...@apache.org on 2018/09/03 10:56:40 UTC

svn commit: r1839936 - in /ofbiz/site/template/page: business-users.tpl.php developers.tpl.php

Author: swapnilmmane
Date: Mon Sep  3 10:56:40 2018
New Revision: 1839936

URL: http://svn.apache.org/viewvc?rev=1839936&view=rev
Log:
Improved: Changed URL from //localhost:8443/accounting to https://localhost:8443/accounting.

This changes was done in html files at r#1833497 but missed in tpl.php files.

Modified:
    ofbiz/site/template/page/business-users.tpl.php
    ofbiz/site/template/page/developers.tpl.php

Modified: ofbiz/site/template/page/business-users.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/business-users.tpl.php?rev=1839936&r1=1839935&r2=1839936&view=diff
==============================================================================
--- ofbiz/site/template/page/business-users.tpl.php (original)
+++ ofbiz/site/template/page/business-users.tpl.php Mon Sep  3 10:56:40 2018
@@ -197,7 +197,7 @@
     <p></p>
     <p><strong>NOTE</strong>: It is completely normal for the command line window to remain active while OFBiz is running (e.g at 91%).</p>
     <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code>//localhost:8443/accounting</code></p>
+    <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p>
     <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
     <p><strong>NOTE:</strong> These commands will build OFBiz and include demo data. For further details of how to build OFBiz without any demo data and a full list of all available commands, please take a look at the readme.md file</p>
     </div>

Modified: ofbiz/site/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/developers.tpl.php?rev=1839936&r1=1839935&r2=1839936&view=diff
==============================================================================
--- ofbiz/site/template/page/developers.tpl.php (original)
+++ ofbiz/site/template/page/developers.tpl.php Mon Sep  3 10:56:40 2018
@@ -86,7 +86,7 @@
     <code>gradlew ofbiz</code>
     <p></p>
     <p>To log into OFBiz, navigate with your browser to </p>
-    <p><code>//localhost:8443/accounting</code></p>
+    <p><code><a href="https://localhost:8443/accounting">https://localhost:8443/accounting</a></code></p>
     <p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
     <h3>Stopping OFBiz</h3>
     <p>To stop OFBiz running locally, open a command line terminal window and navigate to the OFBiz directory and;</p>