summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/edit.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-08-08 21:14:23 +0200
committerlpsolit%gmail.com <>2007-08-08 21:14:23 +0200
commit1e87283250635a69e5d855d1bd5d075253796e88 (patch)
tree0d0ef94cf2683dfd1652dd858f3dc17ffe231ac9 /template/en/default/admin/groups/edit.html.tmpl
parent152f61366bd9b268cd838307c1e58399003ef2c7 (diff)
downloadbugzilla-1e87283250635a69e5d855d1bd5d075253796e88.tar.gz
bugzilla-1e87283250635a69e5d855d1bd5d075253796e88.tar.xz
Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I lost connection in the middle of the commit. Bad!
Diffstat (limited to 'template/en/default/admin/groups/edit.html.tmpl')
-rw-r--r--template/en/default/admin/groups/edit.html.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl
index e16826398..c94126106 100644
--- a/template/en/default/admin/groups/edit.html.tmpl
+++ b/template/en/default/admin/groups/edit.html.tmpl
@@ -83,6 +83,19 @@
</td>
</tr>
+ <tr>
+ <th>
+ Icon URL:
+ [% IF group.icon_url %]
+ <img src="[% group.icon_url FILTER html %]" alt="[% group.name FILTER html %]">
+ [% END %]
+ </th>
+ <td>
+ <input type="text" name="icon_url" size="70" maxlength="255"
+ value="[% group.icon_url FILTER html %]">
+ </td>
+ </tr>
+
[% IF group.is_bug_group %]
<tr>
<th>Use For [% terms.Bugs %]:</th>