summaryrefslogtreecommitdiffstats
path: root/changepassword.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
committerbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
commit3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 (patch)
tree3e6b8a8c419a90afa89d94f2f300cc814df0c8e8 /changepassword.cgi
parenta59f318781f4f189484ba21206119c36ef3becf8 (diff)
downloadbugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.gz
bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.xz
Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
Diffstat (limited to 'changepassword.cgi')
-rwxr-xr-xchangepassword.cgi7
1 files changed, 3 insertions, 4 deletions
diff --git a/changepassword.cgi b/changepassword.cgi
index 4a12b67f5..da9429b8a 100755
--- a/changepassword.cgi
+++ b/changepassword.cgi
@@ -124,9 +124,8 @@ SendSQL("update profiles set emailnotification='$::FORM{'emailnotification'}' wh
PutHeader("Preferences updated.");
-
-
print "
Your preferences have been updated.
-<p>
-<a href=query.cgi>Back to query page.</a>\n";
+<p>";
+navigation_header();
+