From 7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 11:32:28 -0500 Subject: buttons to action panel puts the buttons as the top li in the action panel --- install/static/details.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/details.js') diff --git a/install/static/details.js b/install/static/details.js index 49957a56..ee61f0cf 100644 --- a/install/static/details.js +++ b/install/static/details.js @@ -457,9 +457,9 @@ function ipa_details_create(container) 'class': 'content' }).appendTo(container); - var buttons = $('
', { + var buttons = $('
  • ', { 'class': 'details-buttons' - }).appendTo(details); + }).prependTo($('.action-panel ul')); buttons.append(ipa_button({ 'label': 'Reset', -- cgit