svn commit: r902890 - /ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl

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

svn commit: r902890 - /ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl

buscob
Author: buscob
Date: Mon Jan 25 17:37:44 2010
New Revision: 902890

URL: http://svn.apache.org/viewvc?rev=902890&view=rev
Log:
Borders should be added using CSS not HTML

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=902890&r1=902889&r2=902890&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Mon Jan 25 17:37:44 2010
@@ -331,9 +331,6 @@
       <div class="button-bar">
         <#assign isfirst=true>
         <#list serviceNamesAlphaList as alpha>
-          <#if !isfirst>
-            |
-          </#if>
           <a href='<@ofbizUrl>${url}?constraint=alpha@${alpha}</@ofbizUrl>'>${alpha}</a>
           <#assign isfirst=false>
         </#list>