From: bryce-mozilla%nextbus.com <> Date: Tue, 15 Jun 1999 11:29:04 +0000 (+0000) Subject: Assorted minor UI cleanups (mostly putting navigation headers in, and X-Git-Tag: bugzilla-2.6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9a9253d9c92b30a5e950e90bddd7915fca0ef4;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/changepassword.cgi b/changepassword.cgi index 4a12b67f56..da9429b8ab 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. -
-Back to query page.\n"; +
"; +navigation_header(); + diff --git a/globals.pl b/globals.pl index 94a4f74026..b667f48adb 100644 --- a/globals.pl +++ b/globals.pl @@ -346,7 +346,7 @@ sub GetVersionTable { do 'data/versioncache'; if (!defined %::versions) { - die "Can't generate version info; tell terry."; + die "Can't generate file data/versioncache"; } } } diff --git a/help.html b/help.html index 0d7244df25..4896fbd2a3 100644 --- a/help.html +++ b/help.html @@ -53,3 +53,10 @@ reporter area bug_file_loc short_desc +
Bugzilla uses several non-standard Netscape extentions, but this does not seem
+to case any problem with other browsers. The lynx browser does work, but lynx
+seems to cache results of a .cgi. You'll sometimes need to press CONTROL-R to reload
+the screen to see an update.
+
diff --git a/index.html b/index.html
index 7cef3c1e2c..ba9a0a7ee2 100644
--- a/index.html
+++ b/index.html
@@ -67,10 +67,13 @@ bugzilla.
But it all boils down to a choice of:
-Go to the query page to start.
-Enter a new bug
-Bug reports
+Query existing bug reports
+Enter a new bug report
+Get summary reports
+
Open a new Bugzilla account
+Forget the currently stored login
+Change password or user preferences
-Back to the query page. "; -exit; - -# The below was a different way, that prompted you for a login right then. +navigation_header(); -# catch {unset COOKIE(Bugzilla_login)} -# catch {unset COOKIE(Bugzilla_password)} -# confirm_login - -# puts "Content-type: text/html\n" -# puts "
" -# puts "Back to the query page." +exit;