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 2012/12/26 22:41:26 UTC

[1/6] git commit: Improve UI of a button on the Zone Demo page

Improve UI of a button on the Zone Demo page


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

Branch: refs/heads/master
Commit: 2383f0f3f6ed0930c85e2c5cdfb6450aaa9c9ae4
Parents: 445cead
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Dec 26 10:46:31 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Dec 26 10:46:31 2012 -0800

----------------------------------------------------------------------
 tapestry-core/src/test/app1/nested/ZoneDemo.tml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2383f0f3/tapestry-core/src/test/app1/nested/ZoneDemo.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/app1/nested/ZoneDemo.tml b/tapestry-core/src/test/app1/nested/ZoneDemo.tml
index 28e552b..c3a67f2 100644
--- a/tapestry-core/src/test/app1/nested/ZoneDemo.tml
+++ b/tapestry-core/src/test/app1/nested/ZoneDemo.tml
@@ -32,7 +32,7 @@
 
     </t:beaneditform>
 
-    <t:actionlink t:id="clear" zone="output">clear</t:actionlink>
+    <t:actionlink t:id="clear" zone="output" class="btn btn-warning">Clear Form</t:actionlink>
 
 </t:block>