You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/27 18:06:14 UTC

[02/15] isis git commit: ISIS-537: fix markup for right-hand column panel-heading (should be span, not div)

ISIS-537: fix markup for right-hand column panel-heading (should be span, not div)


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/e377ec8e
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/e377ec8e
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/e377ec8e

Branch: refs/heads/master
Commit: e377ec8e9eebb4c8a2bd451c4c485e7a96563f31
Parents: 8b7577a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Nov 26 06:03:59 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Nov 26 06:03:59 2014 +0000

----------------------------------------------------------------------
 .../ui/components/entity/properties/EntityPropertiesPanel.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e377ec8e/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
index 1de3d99..6306819 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/entity/properties/EntityPropertiesPanel.html
@@ -78,7 +78,7 @@
                                 <fieldset wicket:id="memberGroup" class="memberGroup myBlockContainer">
                                     <div class="panel panel-default">
                                         <div class="panel-heading">
-                                            <div class="panel-title" wicket:id="memberGroupName" >[group name]</div>
+                                            <span wicket:id="memberGroupName" class="panel-title">[group name]</span>
                                             <div class="additionalLinks pull-right">
                                                 <div class="btn-group">
                                                     <div wicket:id="additionalLinks"></div>