From d6bb87e7fdd9079d23befdab1decc1222bba6356 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 5 Nov 2008 13:57:44 +0000 Subject: [PATCH] updates git-svn-id: http://www.observium.org/svn/observer/trunk@285 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/list_interfaces.php | 20 ++++++++++++++++++++ html/pages/edituser.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 html/list_interfaces.php diff --git a/html/list_interfaces.php b/html/list_interfaces.php new file mode 100644 index 000000000..6161efd26 --- /dev/null +++ b/html/list_interfaces.php @@ -0,0 +1,20 @@ + diff --git a/html/pages/edituser.php b/html/pages/edituser.php index bddeac5ec..ee5dc02f4 100644 --- a/html/pages/edituser.php +++ b/html/pages/edituser.php @@ -12,7 +12,7 @@ function getInterfaceList(sel) var index = ajax.length; ajax[index] = new sack(); - ajax[index].requestFile = 'test_interfaces.php?device_id='+deviceId; // Specifying which file to get + ajax[index].requestFile = 'list_interfaces.php?device_id='+deviceId; // Specifying which file to get ajax[index].onCompletion = function(){ createInterfaces(index) }; // Specify function that will be executed after file has been found ajax[index].runAJAX(); // Execute AJAX function }