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:19:53 UTC

[13/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/c18c1c8b
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c18c1c8b
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c18c1c8b

Branch: refs/heads/master
Commit: c18c1c8b05a1e5cee9e9d207c066812135864b26
Parents: 778a344
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 16:02:01 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 16:02:11 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c18c1c8b/tapestry-core/src/test/app1/BeanEditorOverride.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/app1/BeanEditorOverride.tml b/tapestry-core/src/test/app1/BeanEditorOverride.tml
index 6e7df53..602f454 100644
--- a/tapestry-core/src/test/app1/BeanEditorOverride.tml
+++ b/tapestry-core/src/test/app1/BeanEditorOverride.tml
@@ -1,5 +1,5 @@
 <html t:type="Border"
-      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
 
     <h1>BeanEditor Override Demo</h1>
 
@@ -18,9 +18,8 @@
             </div>
         </div>
 
-        <input type="submit" value="Register"/>
+        <input type="submit" value="Register" class="btn btn-primary"/>
+        <t:actionlink t:id="clear" class="btn btn-default">Clear Data</t:actionlink>
     </form>
 
-    <p>[<t:actionlink t:id="clear">Clear Data</t:actionlink>]
-    </p>
 </html>
\ No newline at end of file