diff options
author | bbaetz%student.usyd.edu.au <> | 2002-06-30 13:22:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-06-30 13:22:52 +0200 |
commit | 3d5db0fc3ba11a5fee1428466a1542bca7551287 (patch) | |
tree | c8788290939f8dc423b28cf69fb70b2b91e7c149 /template | |
parent | 180b9140ace066692f844834152eaa9471edf750 (diff) | |
download | bugzilla-3d5db0fc3ba11a5fee1428466a1542bca7551287.tar.gz bugzilla-3d5db0fc3ba11a5fee1428466a1542bca7551287.tar.xz |
Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a>
patch by davef@tetsubo.com, r=kiko x2
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 8 | ||||
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 3631c756c..259f2ea8e 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -74,7 +74,7 @@ <td align="right" valign="top"> <strong> <a href="describecomponents.cgi?product=[% product FILTER url_quote %]"> - Component:</a> + Component</a>: </strong> </td> <td> @@ -133,7 +133,7 @@ <tr> <td align="right"> <strong> - <a href="bug_status.html#assigned_to">Assigned To:</a> + <a href="bug_status.html#assigned_to">Assigned To</a>: </strong> </td> <td colspan="3"> @@ -243,7 +243,7 @@ [% IF sel.description %] <td align="right"> <strong> - <a href="bug_status.html#[% sel.name %]">[% sel.description %]:</a> + <a href="bug_status.html#[% sel.name %]">[% sel.description %]</a>: </strong> </td> [% END %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 18a7fb5e8..81b0a15bf 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -105,7 +105,7 @@ </td> <td> </td> - + <td align="right"> <b>Version:</b> </td> @@ -200,7 +200,7 @@ <td align="right"> <b> [% IF bug.bug_file_loc %] - <a href="[% bug.bug_file_loc FILTER html %]">URL:</a> + <a href="[% bug.bug_file_loc FILTER html %]">URL</a>: [% ELSE %] URL: [% END %] @@ -238,7 +238,7 @@ <tr> <td align="right"> <b> - <a href="describekeywords.cgi">Keywords:</a> + <a href="describekeywords.cgi">Keywords</a>: </b> <td colspan="7"> <input name="keywords" @@ -284,7 +284,7 @@ <table> <tr> <th> - <a href="votehelp.html">Votes:</a> + <a href="votehelp.html">Votes</a>: </th> <td> [% bug.votes %] diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index a9ee9a121..6a6494c64 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -65,7 +65,7 @@ <th> <label for="rep_platform"> - <a href="bug_status.html#rep_platform">Platform:</a> + <a href="bug_status.html#rep_platform">Platform</a>: </label> </th> <td> @@ -75,7 +75,7 @@ <th> <label for="priority"> - <a href="bug_status.html#priority">Priority:</a> + <a href="bug_status.html#priority">Priority</a>: </label> </th> <td> @@ -94,7 +94,7 @@ <th> <label for="bug_severity"> - <a href="bug_status.html#severity">Severity:</a> + <a href="bug_status.html#severity">Severity</a>: </label> </th> <td> @@ -143,7 +143,7 @@ <th> <label for="keywords"> - <a href="describekeywords.cgi">Keywords:</a> + <a href="describekeywords.cgi">Keywords</a>: </label> </th> <td colspan="3"> |