From c69c58e2e7146834c48fb4c3556d2fc18bfd691e Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Wed, 16 Nov 2011 00:06:55 -0200 Subject: Converting from scriptaculous to jQuery Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable --- usr/local/www/head.inc | 1 + usr/local/www/index.php | 97 ++- usr/local/www/javascript/index/ajax.js | 2 +- .../www/javascript/jquery/jquery-ui.custom.min.js | 791 +++++++++++++++++++++ 4 files changed, 838 insertions(+), 53 deletions(-) create mode 100755 usr/local/www/javascript/jquery/jquery-ui.custom.min.js (limited to 'usr/local') diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index 710feb5..6301d14 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -44,6 +44,7 @@ $pagetitle = gentitle( $pgtitle ); + @@ -480,13 +472,13 @@ if ($savemsg) print_info_box($savemsg); pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard"); - + ?>