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/10/19 02:53:36 UTC

[7/8] git commit: Convert BeanDisplay to use Twitter Bootstrap CSS

Convert BeanDisplay to use Twitter Bootstrap CSS


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

Branch: refs/heads/5.4-js-rewrite
Commit: 4d28fde5cd4f301f6d43b258dc9f5332786fda0b
Parents: b314cbb
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Oct 18 15:25:08 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Oct 18 15:25:08 2012 -0700

----------------------------------------------------------------------
 .../tapestry5/corelib/components/BeanDisplay.tml   |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/4d28fde5/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanDisplay.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanDisplay.tml b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanDisplay.tml
index 2e56cd4..0b31607 100644
--- a/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanDisplay.tml
+++ b/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanDisplay.tml
@@ -1,5 +1,4 @@
-<dl class="t-beandisplay" xml:space="default"
-    xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+<dl class="well dl-horizontal" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
 
     <t:loop t:source="model.propertyNames" formState="ITERATION" t:value="propertyName">