diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-01-10 08:18:59 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-09-15 20:44:39 +0100 |
commit | d0bee010e64eb35c701b25ca3c94b7c1a342768c (patch) | |
tree | 057c2f49ea3055aa8d64c53d9bf0cda8ff3cdbef | |
parent | 35b43461c439f87dece54c5939d5ead0bc6603e7 (diff) | |
download | bugzilla-d0bee010e64eb35c701b25ca3c94b7c1a342768c.tar bugzilla-d0bee010e64eb35c701b25ca3c94b7c1a342768c.tar.gz bugzilla-d0bee010e64eb35c701b25ca3c94b7c1a342768c.tar.bz2 bugzilla-d0bee010e64eb35c701b25ca3c94b7c1a342768c.tar.xz bugzilla-d0bee010e64eb35c701b25ca3c94b7c1a342768c.zip |
Use guided template to report bugs
-rw-r--r-- | template/en/default/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index a971b59..91903e7 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -126,7 +126,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions); <h1 id="welcome"> Welcome to [% terms.Bugzilla %]</h1> <div class="intro">[% Hook.process('intro') %]</div> <a id="enter_bug" class="bz_common_actions" - href="enter_bug.cgi"><span>File [% terms.aBug %]</span></a> + href="enter_bug.cgi?format=guided&classification=__all"><span>File [% terms.aBug %]</span></a> <a id="query" class="bz_common_actions" href="query.cgi"><span>Search</span></a> |