svn commit: r492290 - /ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl

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

svn commit: r492290 - /ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl

jacopoc
Author: jacopoc
Date: Wed Jan  3 12:36:50 2007
New Revision: 492290

URL: http://svn.apache.org/viewvc?view=rev&rev=492290
Log:
Removed bad css class name.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl?view=diff&rev=492290&r1=492289&r2=492290
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/thesaurus/EditKeywordThesaurus.ftl Wed Jan  3 12:36:50 2007
@@ -16,11 +16,11 @@
 -->
 <div class="head1">${uiLabelMap.ProductAlternateKeyWordThesaurus}</div>
 <form method="post" action="<@ofbizUrl>createKeywordThesaurus</@ofbizUrl>">
-        <div class="tabletext">
+    <div class="tabletext">
         ${uiLabelMap.ProductKeyword} :<input type="text" name="enteredKeyword" size="10" class="inputBox"/>
         ${uiLabelMap.ProductAlternate} :<input type="text" name="alternateKeyword" size="10" class="inputBox"/>
         ${uiLabelMap.ProductRelationship} :<select name="relationshipEnumId" class="selectBox"><#list relationshipEnums as relationshipEnum><option value="${relationshipEnum.enumId}">${relationshipEnum.get("description",locale)}</option></#list></select>
-        <input type="submit" value="${uiLabelMap.CommonAdd}" class="smallButton">
+        <input type="submit" value="${uiLabelMap.CommonAdd}"/>
     </div>
 </form>