Author: emuckenhuber
Date: 2007-09-19 12:53:58 -0400 (Wed, 19 Sep 2007)
New Revision: 8370
Added:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/tabContainer.xhtml
Log:
- oops forgot tabContainer template
Added:
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/tabContainer.xhtml
===================================================================
---
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/tabContainer.xhtml
(rev 0)
+++
trunk/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/tabContainer.xhtml 2007-09-19
16:53:58 UTC (rev 8370)
@@ -0,0 +1,10 @@
+<ui:composition
+
xmlns="http://www.w3.org/1999/xhtml"
+
xmlns:h="http://java.sun.com/jsf/html"
+
xmlns:ui="http://java.sun.com/jsf/facelets">
+
+ <div class="tab-container">
+ <ui:insert name="tab-container-content"/>
+ </div>
+
+</ui:composition>
\ No newline at end of file