Updated Branches: refs/heads/master 2cef4982e -> 7171439c1
Add missing "btn-default" to the cancel button Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/89ade372 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/89ade372 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/89ade372 Branch: refs/heads/master Commit: 89ade3722dbe6c5695110945f97635d8c6cd2bb4 Parents: 2cef498 Author: Howard M. Lewis Ship <hls...@apache.org> Authored: Tue Sep 3 17:30:38 2013 -0700 Committer: Howard M. Lewis Ship <hls...@apache.org> Committed: Tue Sep 3 17:30:38 2013 -0700 ---------------------------------------------------------------------- .../org/apache/tapestry5/corelib/components/BeanEditForm.tml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/89ade372/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tml ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tml b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tml index dd17d12..99b747d 100644 --- a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tml +++ b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tml @@ -10,7 +10,7 @@ </div> <t:if test="cancel"> <div class="btn-group"> - <t:submit t:id="cancel" mode="cancel" class="btn" value="message:core-cancel-label"/> + <t:submit t:id="cancel" mode="cancel" class="btn btn-default" value="message:core-cancel-label"/> </div> </t:if> </div>