You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by mg...@apache.org on 2015/03/28 09:33:31 UTC

isis git commit: ISIS-1120 Hide the colon separating icon and title in modal window when there is no icon

Repository: isis
Updated Branches:
  refs/heads/master dd1754e4f -> e9d63719a


ISIS-1120 Hide the colon separating icon and title in modal window when there is no icon


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

Branch: refs/heads/master
Commit: e9d63719a3ed8c1b4ca0bc63993b29ea65be94f2
Parents: dd1754e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Mar 28 10:22:33 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Mar 28 10:22:33 2015 +0200

----------------------------------------------------------------------
 .../wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e9d63719/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html
----------------------------------------------------------------------
diff --git a/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html b/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html
index 50c8138..32f2d35 100644
--- a/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html
+++ b/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/actionprompt/ActionPromptHeaderPanel.html
@@ -25,7 +25,7 @@
     <body>
         <wicket:panel>
             <div class="iconAndTitle actionPanelHeaderNew">
-                <span wicket:id="entityIconAndTitle">[icon and title]</span> : <span wicket:id="actionName" class="actionName">[action name]</span>
+                <span wicket:enclosure="entityIconAndTitle"><span wicket:id="entityIconAndTitle">[icon and title]</span> :</span> <span wicket:id="actionName" class="actionName">[action name]</span>
             </div>
         </wicket:panel>
     </body>