You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/08/23 03:20:11 UTC

[31/35] git commit: Clean up page to use Bootstrap 3

Clean up page to use Bootstrap 3


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8c6e2493
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8c6e2493
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8c6e2493

Branch: refs/heads/master
Commit: 8c6e2493b50536f2f2b54fc95d83c0d1060f6e46
Parents: 98a09f2
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 17:58:24 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 17:58:24 2013 -0700

----------------------------------------------------------------------
 tapestry-core/src/test/app1/LinkSubmitDemo.tml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8c6e2493/tapestry-core/src/test/app1/LinkSubmitDemo.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/app1/LinkSubmitDemo.tml b/tapestry-core/src/test/app1/LinkSubmitDemo.tml
index 4a45cba..6c5a196 100644
--- a/tapestry-core/src/test/app1/LinkSubmitDemo.tml
+++ b/tapestry-core/src/test/app1/LinkSubmitDemo.tml
@@ -6,10 +6,10 @@
   <t:form>
     <t:errors/>
 
-    <t:textfield t:id="name"/>
-    <br/>
-    <t:linksubmit t:id="fred" context="formContext" alt="f">Fred</t:linksubmit>
-    <t:linksubmit t:id="barney" defer="true" event="neighbor" alt="b">Barney</t:linksubmit>
+    <t:textfield t:id="name" t:mixins="formgroup"/>
+
+    <t:linksubmit class="btn btn-default" t:id="fred" context="formContext" alt="f">Fred</t:linksubmit>
+    <t:linksubmit class="btn btn-default" t:id="barney" defer="true" event="neighbor" alt="b">Barney</t:linksubmit>
 
   </t:form>