Author: adityasharma
Date: Wed Jul 11 07:05:11 2018
New Revision: 1835612
URL:
http://svn.apache.org/viewvc?rev=1835612&view=revLog:
Improved: Using 'buttontext' styling for the index of service engine
(OFBIZ-10467)
To give OFBiz a more equal look, the style buttontext can be added for the alphabetical index of the service engine main page.
This makes the buttons look alike with the ones that are already there for the entity engine main page.
Thanks: Dennis Balkir for patch and Pierre Smits & Jacques Le Roux for the discussion
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl?rev=1835612&r1=1835611&r2=1835612&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/template/service/AvailableServices.ftl Wed Jul 11 07:05:11 2018
@@ -359,7 +359,7 @@ under the License.
<div class="button-bar">
<#assign isfirst=true>
<#list serviceNamesAlphaList as alpha>
- <a href='<@ofbizUrl>${url}?constraint=alpha@${alpha}</@ofbizUrl>'>${alpha}</a>
+ <a href='<@ofbizUrl>${url}?constraint=alpha@${alpha}</@ofbizUrl>' class="buttontext">${alpha}</a>
<#assign isfirst=false>
</#list>
</div>