diff options
author | lpsolit%gmail.com <> | 2007-05-11 03:15:08 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-11 03:15:08 +0200 |
commit | 6976f410c2d5ccc6e932de4cd669813b6ae678c0 (patch) | |
tree | e55e820a4677949cf47e7d48943c193d01984a6c /template/en/default | |
parent | 7a584ece1eb334ecfdbba7a3d59b6e39646ba29f (diff) | |
download | bugzilla-6976f410c2d5ccc6e932de4cd669813b6ae678c0.tar.gz bugzilla-6976f410c2d5ccc6e932de4cd669813b6ae678c0.tar.xz |
Bug 380103: No product name provided when editing a component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl r=justdave a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 291e1dd61..0e3415da4 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -29,7 +29,9 @@ [% PROCESS global/variables.none.tmpl %] -[% title = BLOCK %]Edit Component '[% comp.name FILTER html %]'[% END %] +[% title = BLOCK %] + Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]' +[% END %] [% PROCESS global/header.html.tmpl title = title %] |