Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 35459 invoked from network); 5 Mar 2009 21:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 21:12:18 -0000 Received: (qmail 40193 invoked by uid 500); 5 Mar 2009 21:12:18 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 40181 invoked by uid 500); 5 Mar 2009 21:12:18 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 40168 invoked by uid 99); 5 Mar 2009 21:12:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 13:12:18 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 21:12:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A1B312388962; Thu, 5 Mar 2009 21:11:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r750588 - in /incubator/click/trunk/click: extras/src/org/apache/click/extras/control/ extras/src/org/apache/click/extras/tree/ framework/src/ framework/src/org/apache/click/control/ Date: Thu, 05 Mar 2009 21:11:57 -0000 To: click-commits@incubator.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090305211157.A1B312388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sabob Date: Thu Mar 5 21:11:56 2009 New Revision: 750588 URL: http://svn.apache.org/viewvc?rev=750588&view=rev Log: Converted the non breaking space character ' ' to XHTML compliant ' ' character. Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/PickList.htm incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.java incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.properties incubator/click/trunk/click/extras/src/org/apache/click/extras/tree/Tree.java incubator/click/trunk/click/framework/src/click-control.properties incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/PickList.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/PickList.htm?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/PickList.htm (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/PickList.htm Thu Mar 5 21:11:56 2009 @@ -21,7 +21,7 @@ #if($unselectedLabel || $selectedLabel) $unselectedLabel -   +   $selectedLabel #end Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TabbedForm.htm Thu Mar 5 21:11:56 2009 @@ -62,14 +62,14 @@ #end #end -   +   #* Render tab titles *# - + #foreach ($tabSheet in $form.tabSheets) - + #end - +
      ${tabSheet.label}        
@@ -126,7 +126,7 @@ #end #end -   +   #* Render buttons *# @@ -140,7 +140,7 @@ #* Render form errors at the bottom position *# #if ($form.errorsPosition == "bottom") -   +   #if ($form.error) Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.java?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.java (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.java Thu Mar 5 21:11:56 2009 @@ -155,7 +155,7 @@ } if (i < upperBound - 1) { - pagesBuffer.append("  "); + pagesBuffer.append("  "); } } Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.properties URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.properties?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.properties (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/control/TableInlinePaginator.properties Thu Mar 5 21:11:56 2009 @@ -25,4 +25,4 @@ table-inline-next-disabled-image=/click/paging-next-disabled.gif table-inline-last-image=/click/paging-last.gif table-inline-last-disabled-image=/click/paging-last-disabled.gif -table-inline-page-links=Page   {0} {1} {2} {3} {4} \ No newline at end of file +table-inline-page-links=Page   {0} {1} {2} {3} {4} \ No newline at end of file Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/tree/Tree.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/tree/Tree.java?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/tree/Tree.java (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/tree/Tree.java Thu Mar 5 21:11:56 2009 @@ -1147,10 +1147,10 @@ } buffer.append(">"); - //TODO IE HACK. With a empty span IE does not render the - //icons. Putting a ' ' in the span seemed to work. Perhaps there is a - //better workaround. - buffer.append(" "); + // TODO IE HACK. With a empty span IE does not render + // the icons. Putting a non-breaking space, ' ', in the + // span seemed to work. Perhaps there is a better workaround. + buffer.append(" "); buffer.append(""); } else { Modified: incubator/click/trunk/click/framework/src/click-control.properties URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/click-control.properties?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/framework/src/click-control.properties (original) +++ incubator/click/trunk/click/framework/src/click-control.properties Thu Mar 5 21:11:56 2009 @@ -30,7 +30,7 @@ label-required-prefix= label-required-suffix=* label-not-required-prefix= -label-not-required-suffix=  +label-not-required-suffix=  not-checked-error=You must select {0} Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java?rev=750588&r1=750587&r2=750588&view=diff ============================================================================== --- incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java (original) +++ incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java Thu Mar 5 21:11:56 2009 @@ -1246,7 +1246,7 @@ } // Provide spacer for sorting icon - controlLink.setLabel(getHeaderTitle() + "   "); + controlLink.setLabel(getHeaderTitle() + "   "); controlLink.render(buffer);