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 2009/06/07 23:55:50 UTC

svn commit: r782470 - /incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm

Author: sabob
Date: Sun Jun  7 21:55:50 2009
New Revision: 782470

URL: http://svn.apache.org/viewvc?rev=782470&view=rev
Log:
removed unused template variables

Modified:
    incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm

Modified: incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm?rev=782470&r1=782469&r2=782470&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm (original)
+++ incubator/click/trunk/click/examples/webapp/panel/customerDetailsPanel.htm Sun Jun  7 21:55:50 2009
@@ -17,7 +17,7 @@
    under the License.*#
 -->
 
-<div id="customer-$customer.id" style="width: 520px; position: relative;top: $top;left: $left; border:1px solid black; background:#eeeeee; padding: 4px;">
+<div id="customer-$customer.id" style="width: 520px; position: relative; border:1px solid black; background:#eeeeee; padding: 4px;">
     <i style="color:navy;">You can use some cool design here inside the panel...</i>
     <br/><b>$customer.name</b>
     <br/>$format.email($customer.email)