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/11 09:25:02 UTC

[39/44] isis git commit: ISIS-537: cleaning up some old (commented out) HTML markup.

ISIS-537: cleaning up some old (commented out) HTML markup.


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

Branch: refs/heads/master
Commit: e20203ee92f18a2fcc9dc0c6d76bf1d7202bccb3
Parents: c1f5281
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Nov 10 20:38:28 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Nov 10 20:38:28 2014 +0000

----------------------------------------------------------------------
 .../ajaxtable/CollectionContentsAsAjaxTablePanel.html          | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/e20203ee/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.html
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.html b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.html
index 694f262..cf45f34 100644
--- a/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.html
+++ b/component/viewer/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/collectioncontents/ajaxtable/CollectionContentsAsAjaxTablePanel.html
@@ -21,16 +21,10 @@
     <body>
         <wicket:panel>
             <div class="collectionContentsAsAjaxTablePanel collectionContentsComponentType">
-                <!--
-                <div class="entityActions" xxxwicket:id="entityActions"></div>
-                -->
                 <div class="clearfix"></div>
                 <div class="table-responsive">
                     <table class="contents table table-striped table-condensed table-hover table-bordered" cellspacing="0" wicket:id="table">[table]</table>
                 </div>
-                <!--
-                <div xxxwicket:id="actionPromptModalWindow"></div>
-                -->
             </div>
         </wicket:panel>
     </body>