Author: hlship
Date: Sat Oct 13 13:00:41 2007
New Revision: 584448
URL: http://svn.apache.org/viewvc?rev=584448&view=rev
Log:
TAPESTRY-1603: BeanEditForm submit button cannot be uniquely identified for CSS
purposes
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/BeanEditForm.tml
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/BeanEditForm.tml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/BeanEditForm.tml?rev=584448&r1=584447&r2=584448&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/BeanEditForm.tml
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/corelib/components/BeanEditForm.tml
Sat Oct 13 13:00:41 2007
@@ -8,7 +8,7 @@
reorder="inherit:reorder" model="inherit:model" overrides="this" />
<div class="t-beaneditor-row">
- <input type="submit" value="${submitLabel}" />
+ <input type="submit" class="t-beaneditor-submit" value="${submitLabel}"
/>
</div>
</div>