From 49a5f14b4716125bb32232c115f45cceb83f8472 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 10 Feb 2011 16:10:53 -0600 Subject: Added expand/collapse all. A link has been added into the details page to expand/collapse all sections. Previously each section's
container is identified using a long ID. It is now identified using the section name. --- install/ui/dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/dialog.js') diff --git a/install/ui/dialog.js b/install/ui/dialog.js index 9d94786a..53580442 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -139,7 +139,7 @@ IPA.dialog = function(spec) { var section = that.sections[j]; var div = $('
', { - 'id': that.entity_name+'-'+that.name+'-'+section.name, + name: section.name, 'class': 'details-section' }).appendTo(that.container); @@ -161,7 +161,7 @@ IPA.dialog = function(spec) { for (var j=0; j