From dadc350a70a0d075bb3afd778c59b623c2a695eb Mon Sep 17 00:00:00 2001 From: Robert Anderson <randerson@lbsd.net> Date: Fri, 20 Mar 2009 07:57:01 +0000 Subject: [PATCH] Changed menu --- webui/user-attributes.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/webui/user-attributes.php b/webui/user-attributes.php index b3edc337..6170d33f 100644 --- a/webui/user-attributes.php +++ b/webui/user-attributes.php @@ -56,10 +56,10 @@ printHeader(array( "> <option selected="selected">select action</option> <option disabled="disabled"> - - - - - - - - - - - </option> - <option value="add">Add</option> - <option value="delete">Delete</option> + <option value="add">Add Attribute</option> + <option value="delete">Delete Attribute</option> <option disabled="disabled"> - - - - - - - - - - - </option> - <option value="change">Change</option> + <option value="change">Change Attribute</option> </select> </div> @@ -93,7 +93,6 @@ printHeader(array( <?php } ?> - } </table> </form> <?php -- GitLab