[ofbiz-site] branch master updated: Improved: business-users pages of ofbiz website

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

[ofbiz-site] branch master updated: Improved: business-users pages of ofbiz website

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d87543  Improved: business-users pages of ofbiz website
4d87543 is described below

commit 4d8754378c38d55140035210aad6ba8a75276dc0
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Jul 8 20:36:15 2020 +0200

    Improved: business-users pages of ofbiz website
   
    Changes "build and install" section to refer to the INSTALL texte file, better syntax
---
 business-users.html                  | 3 +--
 template/page/business-users.tpl.php | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/business-users.html b/business-users.html
index e71267c..6208cce 100644
--- a/business-users.html
+++ b/business-users.html
@@ -284,8 +284,7 @@
                 <div class="divider"><span></span></div>
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i>navigate to the OFBiz directory.</li>
+        <li><i class="icon-pin"></i>open a command line window and navigate to the OFBiz directory.</li>
         <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
     
     </div>
diff --git a/template/page/business-users.tpl.php b/template/page/business-users.tpl.php
index b6d797c..87ef518 100644
--- a/template/page/business-users.tpl.php
+++ b/template/page/business-users.tpl.php
@@ -186,8 +186,7 @@
                 <div class="divider"><span></span></div>
                  <p>Once you have downloaded OFBiz it needs to be built before you can run it. To build OFBiz and start it running, you will need to:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i>open a command line window and;</li>
-        <li><i class="icon-pin"></i>navigate to the OFBiz directory.</li>
+        <li><i class="icon-pin"></i>open a command line window and navigate to the OFBiz directory.</li>
         <li><i class="icon-pin"></i>Open the INSTALL text file and follow the directives.</li>
     
     </div>