diff options
author | timeless%mozdev.org <> | 2007-07-18 12:59:02 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-18 12:59:02 +0200 |
commit | d157911436821ae4ed235d7e83c9e38ca71d0604 (patch) | |
tree | e48069f883dddb78692ab73270dd99756977f292 /template/en/default/account | |
parent | 91379b28551d188f25738de88105c633f2c5eab8 (diff) | |
download | bugzilla-d157911436821ae4ed235d7e83c9e38ca71d0604.tar.gz bugzilla-d157911436821ae4ed235d7e83c9e38ca71d0604.tar.xz |
Bug 365110 saved searches should list "shared to"
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 52c4ded30..2e5c8eac6 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -135,6 +135,9 @@ Shared By </th> <th> + Shared To + </th> + <th> Run </th> <th> @@ -148,6 +151,7 @@ <tr> <td>[% q.name FILTER html %]</td> <td>[% q.user.identity FILTER html %]</td> + <td>[% q.shared_with_group.name FILTER html %]</td> <td> <a href="buglist.cgi?cmdtype=dorem&remaction=run&namedcmd= [% q.name FILTER url_quote %]&sharer_id= |