Skip to content
Snippets Groups Projects
Commit 5900a8e1 authored by Robert Anderson's avatar Robert Anderson
Browse files

added menu items

parent 4f4291ed
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,8 @@ if (!isset($_POST['frmaction'])) ...@@ -46,6 +46,8 @@ if (!isset($_POST['frmaction']))
myform.action = 'user-delete.php'; myform.action = 'user-delete.php';
} else if (myobj.selectedIndex == 5) { } else if (myobj.selectedIndex == 5) {
myform.action = 'user-attributes.php'; myform.action = 'user-attributes.php';
} else if (myobj.selectedIndex == 6) {
myform.action = 'user-groups.php';
} }
myform.submit(); myform.submit();
...@@ -56,6 +58,7 @@ if (!isset($_POST['frmaction'])) ...@@ -56,6 +58,7 @@ if (!isset($_POST['frmaction']))
<option value="delete">Delete User</option> <option value="delete">Delete User</option>
<option disabled="disabled"> - - - - - - - - - - - </option> <option disabled="disabled"> - - - - - - - - - - - </option>
<option value="members">List User Attributes</option> <option value="members">List User Attributes</option>
<option value="members">List User Groups</option>
</select> </select>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment