diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-11 20:30:06 +0000 |
commit | 2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488 (patch) | |
tree | 7c121e46dfeb1fff7a0f31d942d3c8080fba6571 /templates/show_user.inc.php | |
parent | 7df5ed038d1d890329ca089f9d76492029315eea (diff) | |
download | ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.gz ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.tar.bz2 ampache-2c4d64602dd0dbfdefccb116d0d4fb4e49ff7488.zip |
XHTML clean up and fixed a few typos
Diffstat (limited to 'templates/show_user.inc.php')
-rw-r--r-- | templates/show_user.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index f0b1a834..4117c128 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -22,7 +22,7 @@ ?> <br /><br /> <div class="text-box"> -<form name="change_password" method="post" action="<?php echo conf('web_path'); ?>/user.php?action=update_user" enctype="multipart/form-data" > +<form name="update_user" method="post" action="<?php echo conf('web_path'); ?>/user.php?action=update_user" enctype="multipart/form-data" > <p class="header2"><?php echo _("Changing User Information for") . " " . $this_user->fullname; ?></p> <table> @@ -88,6 +88,6 @@ <form name="clear_statistics" method="post" action="<?php echo conf('web_path'); ?>/user.php?action=clear_stats" enctype="multipart/form-data"> <span class="header2"><?php echo _("Delete Your Personal Statistics"); ?></span><br /> <input type="hidden" name="user_id" value="<?php echo $this_user->username; ?>" /> -<input type="submit" value="<?php echo _("Clear Stats"); ?>"> +<input type="submit" value="<?php echo _("Clear Stats"); ?>" /> </form> </div> |