diff options
-rw-r--r-- | skins/custom/show_bug.css | 11 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/bug/field.html.tmpl | 2 |
3 files changed, 15 insertions, 1 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css index b96c997f1..2d3e4995f 100644 --- a/skins/custom/show_bug.css +++ b/skins/custom/show_bug.css @@ -58,3 +58,14 @@ float: right; } +/* style all field labels the same */ + +.field_label, .field_label a { + color: #000; + font-weight: bold; +} + +.field_label a { + cursor: help; +} + diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7c6f5e462..fd13d4250 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -107,6 +107,9 @@ [% IF user.id %] <tr> <td colspan="2"> + <span style="float:left"> + <a href="page.cgi?id=fields.html">What do these fields mean?</a> + </span> [% PROCESS commit_button id="_top"%] </td> </tr> diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index bb9c553e5..582853d0c 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -204,7 +204,7 @@ </span> <div id="container_[% field.name FILTER html %]"> <label for="[% field.name FILTER html %]"> - <strong>Add [% terms.Bug %] URLs:</strong> + Add [% terms.Bug %] URLs: </label><br> <input type="text" id="[% field.name FILTER html %]" size="40" class="text_input" name="[% field.name FILTER html %]"> |