svn commit: r627113 - in /ofbiz/trunk/framework: common/config/CommonUiLabels.xml widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java

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

svn commit: r627113 - in /ofbiz/trunk/framework: common/config/CommonUiLabels.xml widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java

adrianc
Author: adrianc
Date: Tue Feb 12 13:13:04 2008
New Revision: 627113

URL: http://svn.apache.org/viewvc?rev=627113&view=rev
Log:
A couple of fixups for my last commits.

Modified:
    ofbiz/trunk/framework/common/config/CommonUiLabels.xml
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java

Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=627113&r1=627112&r2=627113&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue Feb 12 13:13:04 2008
@@ -1041,6 +1041,9 @@
  <value xml:lang="zh_CN">关</value>
  <value xml:lang="zh">-</value>
  </property>
+ <property key="CommonCollapse">
+ <value xml:lang="en">Collapse</value>
+ </property>
  <property key="CommonComingSoon">
  <value xml:lang="ar">سنعود قريبا</value>
  <value xml:lang="de">Bald erhältlich</value>
@@ -1873,6 +1876,9 @@
  <value xml:lang="th">เหตุการณ์วันที่</value>
  <value xml:lang="zh_CN">事件日期</value>
  <value xml:lang="zh">事件日期</value>
+ </property>
+ <property key="CommonExpand">
+ <value xml:lang="en">Expand</value>
  </property>
  <property key="CommonExclude">
  <value xml:lang="en">Exclude</value>

Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java?rev=627113&r1=627112&r2=627113&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java (original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java Tue Feb 12 13:13:04 2008
@@ -119,7 +119,7 @@
             writer.write("<ul>");
             appendWhitespace(writer);
             if (UtilValidate.isNotEmpty(title)) {
-                writer.write("<li class=\"head3\">");
+                writer.write("<li class=\"h3\">");
                 writer.write(title);
                 writer.write("</li>");
                 appendWhitespace(writer);