diff --git a/webui/user-attributes.php b/webui/user-attributes.php
index 7d947be3e875da51a06c26957464a0798efedfc1..88af182b93bce8cdd04dc8f1ca0a4c20da4a38bf 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();