From 821987fe674d2685809d6150316b3a99bda37b6a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 9 Nov 2010 20:04:49 -0500 Subject: layout Closer to the layout from the spec The facets have been moved to the action panel, to the left of the page the facets are now rendered in an area of the screen with a client class --- install/static/entity.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'install/static/entity.js') diff --git a/install/static/entity.js b/install/static/entity.js index 1eadea6d..4ae979e7 100644 --- a/install/static/entity.js +++ b/install/static/entity.js @@ -311,7 +311,9 @@ function ipa_entity_setup(container, unspecified) { container.empty(); + facet.setup_views(container); facet.create(container); + container.children().last().addClass('client'); facet.setup(container, unspecified); facet.load(container, unspecified); } @@ -320,7 +322,12 @@ function ipa_facet_setup_views(container) { var facet = this; - var ul = $('