FELIX-919 : Use new table layout for components panel, fix some layout problems and add new configure option.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@742728 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/bundles.js b/webconsole/src/main/resources/res/ui/bundles.js
index 830af0d..75ec6dd 100644
--- a/webconsole/src/main/resources/res/ui/bundles.js
+++ b/webconsole/src/main/resources/res/ui/bundles.js
@@ -32,9 +32,8 @@
 }
 
 function renderButtons( buttons ) {
-	$("#plugin_content").append( "<div class='fullwidth'><div class='buttons'>" +
-	                             "<form method='post' enctype='multipart/form-data'><div style='padding-top:5px;'>" +
-	                             buttons + "</div></form></div></div>" );
+	$("#plugin_content").append( "<form method='post' enctype='multipart/form-data'><div class='fullwidth'><div class='buttons'>" +
+	                             buttons + "</div></div></form>" );
 }
 
 function renderData( eventData )  {
@@ -87,8 +86,8 @@
     	src: appRoot + "/res/imgs/arrow_right.png",
     	border: "none",
     	id: 'img' + id,
-    	title: "Back",
-    	alt: "Back",
+    	title: "Details",
+    	alt: "Details",
     	width: 14,
     	height: 14,
         onClick: 'showDetails(' + id + ');'