You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/12/25 12:20:34 UTC

svn commit: r1052768 - /click/trunk/click/examples/webapp/panel/panel-column-demo.htm

Author: sabob
Date: Sat Dec 25 11:20:34 2010
New Revision: 1052768

URL: http://svn.apache.org/viewvc?rev=1052768&view=rev
Log:
Remove auto binding from examples CLK-742

Modified:
    click/trunk/click/examples/webapp/panel/panel-column-demo.htm

Modified: click/trunk/click/examples/webapp/panel/panel-column-demo.htm
URL: http://svn.apache.org/viewvc/click/trunk/click/examples/webapp/panel/panel-column-demo.htm?rev=1052768&r1=1052767&r2=1052768&view=diff
==============================================================================
--- click/trunk/click/examples/webapp/panel/panel-column-demo.htm (original)
+++ click/trunk/click/examples/webapp/panel/panel-column-demo.htm Sat Dec 25 11:20:34 2010
@@ -25,7 +25,9 @@ Table. Note Table pagination is working 
 <p/>
 
 $form.startTag()
- <b>Customer</b> ${form.fields.name}${form.fields.search}
+ Customer <span class="required">*</span> ${form.fields.name}${form.fields.search}
 $form.endTag()
 
+<p/>
+
 $table
\ No newline at end of file