You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/02 00:10:14 UTC

[4/6] git commit: Add CSS classes to the button

Add CSS classes to the 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/64d16189
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/64d16189
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/64d16189

Branch: refs/heads/master
Commit: 64d16189925cbe839a6646f25b25a310bfd1a187
Parents: da6d7f3
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Apr 1 14:32:46 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Apr 1 15:10:07 2014 -0700

----------------------------------------------------------------------
 tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/64d16189/tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml b/tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml
index c5394a8..aa4f56f 100644
--- a/tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml
+++ b/tapestry-core/src/test/app1/LinkSubmitInZoneDemo.tml
@@ -23,7 +23,7 @@
         <t:errors/>
         <t:textfield t:id="value"/>
         <br/>
-        <t:linksubmit t:id="mySubmit">submit</t:linksubmit>
+        <t:linksubmit t:id="mySubmit" class="btn btn-primary">submit</t:linksubmit>
     </t:form>
 
 </t:border>
\ No newline at end of file