diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-12 08:07:09 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-12 08:07:09 +0100 |
commit | 46499b9c50dd3283f40da1babf1d5497429afeeb (patch) | |
tree | f7a6799a003615cb2800a5211ffdec2c54aef8d1 /template/en/default | |
parent | 2fb2339016f2479de2b1e61c355805c34e136f8e (diff) | |
download | bugzilla-46499b9c50dd3283f40da1babf1d5497429afeeb.tar.gz bugzilla-46499b9c50dd3283f40da1babf1d5497429afeeb.tar.xz |
make see-also's (add) button consistent with other buttons
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/field.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 2447a240e..78a449990 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -198,7 +198,7 @@ [% IF Param('use_see_also') %] <span id="container_showhide_[% field.name FILTER html %]" class="bz_default_hidden"> - <a href="#" id="showhide_[% field.name FILTER html %]">(add)</a> + (<a href="#" id="showhide_[% field.name FILTER html %]">add</a>) </span> <div id="container_[% field.name FILTER html %]"> <label for="[% field.name FILTER html %]"> |