Skip to content

Commit

Permalink
The version actually on production. Adds "Open bugs I reported"
Browse files Browse the repository at this point in the history
and so forth.  A little bit of wordsmithing.
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Dec 31, 2024
1 parent 40e0ef9 commit a6b65ca
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions template/en/custom/index.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
<div class="intro">[% Hook.process('intro') %]</div>
<div class="fbsd_quick_actions">
<p>
Use the quick links below, if you want to report a defect or
update.
Use these quick links to report a problem or update:
</p>
<ul>
<li>
Expand All @@ -88,7 +87,7 @@
</li>
</ul>

<p>If the above quick links do not suit your needs or if you have an issue in a different area:</p>
<p>Use the full bug report page to report other issues:</p>
<ul>
<li>
<a class="enter_bug" href="enter_bug.cgi"><span>File [%= terms.aBug %]</span></a>
Expand All @@ -97,7 +96,7 @@
</div>

<div>
<p>Or check, if your issue has been reported already:</p>
<p>Or see if the issue has been reported already:</p>
<form id="quicksearchForm" name="quicksearchForm" action="buglist.cgi">
<div>
<input id="quicksearch_main" name="quicksearch" title="Quick Search"
Expand All @@ -118,6 +117,17 @@

<div>
<ul>
[% IF user.login %]
<li>
<a href="buglist.cgi?bug_status=New&bug_status=Open&bug_status=In%20Progress&bug_status=UNCONFIRMED&email1=[% user.login | uri %]&emailreporter1=1&emailtype1=equals&query_format=advanced&resolution=---">Open [% terms.bugs %] I reported</a>
</li>
<li>
<a href="buglist.cgi?bug_status=New&bug_status=Open&bug_status=In%20Progress&bug_status=UNCONFIRMED&email1=[% user.login | uri %]&emailcc1=1&emailtype1=equals&query_format=advanced&resolution=---">Open [% terms.bugs %] I am tracking</a>
</li>
<li>
<a href="buglist.cgi?bug_status=New&bug_status=Open&bug_status=In%20Progress&bug_status=UNCONFIRMED&email1=[% user.login | uri %]&emailassigned_to1=1&emailtype1=equals&query_format=advanced&resolution=---">Open [% terms.bugs %] assigned to me</a>
</li>
[% END %]
<li>
[% terms.Bugs %] reported in the
<a href="buglist.cgi?chfield=%5BBug%20creation%5D&amp;chfieldfrom=24h">last 24 hours</a>
Expand Down

0 comments on commit a6b65ca

Please sign in to comment.