Author: deepak
Date: Tue Aug 29 10:29:01 2017 New Revision: 1806553 URL: http://svn.apache.org/viewvc?rev=1806553&view=rev Log: Apply fixed in php file from those I did directly in html file committed at r#1806477, 1806487, 1806490 Added: ofbiz/site/template/page/mailing-lists.tpl.php - copied, changed from r1806552, ofbiz/site/template/page/mailinglists.tpl.php ofbiz/site/template/page/source-repositories.tpl.php - copied unchanged from r1806552, ofbiz/site/template/page/source-repository.tpl.php Removed: ofbiz/site/template/page/mailinglists.tpl.php ofbiz/site/template/page/source-repository.tpl.php Modified: ofbiz/site/template/page/download.tpl.php ofbiz/site/template/page/faqs.tpl.php ofbiz/site/template/page/index.tpl.php ofbiz/site/template/region/footer.tpl.php ofbiz/site/template/region/header.tpl.php Modified: ofbiz/site/template/page/download.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1806553&r1=1806552&r2=1806553&view=diff ============================================================================== --- ofbiz/site/template/page/download.tpl.php (original) +++ ofbiz/site/template/page/download.tpl.php Tue Aug 29 10:29:01 2017 @@ -3,7 +3,6 @@ ?> <!-- content --> - <div id="globalWrapper"> <!-- page content --> <section id="content" class="sidebar"> <header class="headerPage"> Modified: ofbiz/site/template/page/faqs.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/faqs.tpl.php?rev=1806553&r1=1806552&r2=1806553&view=diff ============================================================================== --- ofbiz/site/template/page/faqs.tpl.php (original) +++ ofbiz/site/template/page/faqs.tpl.php Tue Aug 29 10:29:01 2017 @@ -60,6 +60,7 @@ </div> </div> </div> + </div> </section> <!-- page content --> Modified: ofbiz/site/template/page/index.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/index.tpl.php?rev=1806553&r1=1806552&r2=1806553&view=diff ============================================================================== --- ofbiz/site/template/page/index.tpl.php (original) +++ ofbiz/site/template/page/index.tpl.php Tue Aug 29 10:29:01 2017 @@ -102,7 +102,7 @@ <article class="one_third"> <a href="" class="iconWrapper iconBig ch-item"> <i class=" icon-cog-alt"></i> <div class="ch-info"> <span> Java </span> </div> </a> - <h2 class="smallHeading"><span>Powerful Java Web Framework</h2> + <h2 class="smallHeading"><span>Powerful Java Web Framework</span></h2> <p> OFBiz is a Java based web framework including an entity engine, a service engine and a widget based UI allowing you to Copied: ofbiz/site/template/page/mailing-lists.tpl.php (from r1806552, ofbiz/site/template/page/mailinglists.tpl.php) URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/mailing-lists.tpl.php?p2=ofbiz/site/template/page/mailing-lists.tpl.php&p1=ofbiz/site/template/page/mailinglists.tpl.php&r1=1806552&r2=1806553&rev=1806553&view=diff ============================================================================== --- ofbiz/site/template/page/mailinglists.tpl.php (original) +++ ofbiz/site/template/page/mailing-lists.tpl.php Tue Aug 29 10:29:01 2017 @@ -20,7 +20,7 @@ <div class="span6"> <h2>Subscribe to Our Mailing Lists</h2> <div class="divider"><span></span></div> - <p>We welcome everyone who would like to join our community and participate in our mailing lists. We expect that everyone respects the <a href="http://www.apache.org/dev/contrib-email-tips.html">mailing list participation guidelines </a> and the <a href="http://apache.org/foundation/policies/conduct.html">ASF Code of Conduct </a>.</> + <p>We welcome everyone who would like to join our community and participate in our mailing lists. We expect that everyone respects the <a href="http://www.apache.org/dev/contrib-email-tips.html">mailing list participation guidelines </a> and the <a href="http://apache.org/foundation/policies/conduct.html">ASF Code of Conduct </a>.</p> <p>To subscribe to a mailing list please: <ul class="iconsList"> <li><i class="icon-pin"></i>Click the button of the mailing list you want to subscribe to</li> Modified: ofbiz/site/template/region/footer.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/footer.tpl.php?rev=1806553&r1=1806552&r2=1806553&view=diff ============================================================================== --- ofbiz/site/template/region/footer.tpl.php (original) +++ ofbiz/site/template/region/footer.tpl.php Tue Aug 29 10:29:01 2017 @@ -15,8 +15,8 @@ <a href="https://twitter.com/ApacheOfbiz" class="icon-twitter-bird socialIcon tips" target="_blank" title="follow us on Twitter"><span>twitter</span></a> </li> - <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li> - <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li> + <li><a href="https://www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li> + <li><a href="https://www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li> <!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li> <li><a href="#" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li> <li><a href="#" class="icon-instagram socialIcon tips" title="follow us on Instagram"><span>instagram</span></a></li> Modified: ofbiz/site/template/region/header.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/region/header.tpl.php?rev=1806553&r1=1806552&r2=1806553&view=diff ============================================================================== --- ofbiz/site/template/region/header.tpl.php (original) +++ ofbiz/site/template/region/header.tpl.php Tue Aug 29 10:29:01 2017 @@ -37,7 +37,7 @@ <li><a href="getting-involved.html">Getting Involved</a></li> <li><a href="mailing-lists.html">Mailing Lists</a></li> <li><a href="source-repositories.html">Source Repository</a></li> - <li><a href="download.html">Downloads</a></li + <li><a href="download.html">Downloads</a></li> <li><a href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" target="external" >Issue Tracker</a></li> <li><a href="faqs.html" class="last">FAQ</a></li> </ul> |
Free forum by Nabble | Edit this page |