From b2906a00cea4978c6dfcaf8759f7cd23fac6a54d Mon Sep 17 00:00:00 2001
From: Robert Anderson <randerson@lbsd.net>
Date: Wed, 25 Mar 2009 11:11:35 +0000
Subject: [PATCH] fixed menu links

---
 webui/user-attributes.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webui/user-attributes.php b/webui/user-attributes.php
index 7d947be3..88af182b 100644
--- a/webui/user-attributes.php
+++ b/webui/user-attributes.php
@@ -45,11 +45,11 @@ printHeader(array(
 					var myobj = document.getElementById('main_form_action');
 
 					if (myobj.selectedIndex == 2) {
-						myform.action = 'attribute-add.php';
+						myform.action = 'user-attribute-add.php';
 					} else if (myobj.selectedIndex == 5) {
-						myform.action = 'attribute-change.php';
+						myform.action = 'user-attribute-change.php';
 					} else if (myobj.selectedIndex == 3) {
-						myform.action = 'attribute-delete.php';
+						myform.action = 'user-attribute-delete.php';
 					}
 
 					myform.submit();
-- 
GitLab