Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b816ccdb
Commit
b816ccdb
authored
Oct 18, 2008
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 460588: Add template hooks for adding fields to editgroups and userprefs Account
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
parent
e24b38a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
account.html.tmpl
template/en/default/account/prefs/account.html.tmpl
+3
-1
create.html.tmpl
template/en/default/admin/groups/create.html.tmpl
+5
-1
edit.html.tmpl
template/en/default/admin/groups/edit.html.tmpl
+1
-0
No files found.
template/en/default/account/prefs/account.html.tmpl
View file @
b816ccdb
...
...
@@ -94,5 +94,7 @@
</tr>
[% END %]
[% END %]
[% Hook.process('field') %]
</table>
template/en/default/admin/groups/create.html.tmpl
View file @
b816ccdb
...
...
@@ -46,7 +46,11 @@
<tr>
<th>Icon URL:</th>
<td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td>
</tr></table><hr>
</tr>
[% Hook.process('field') %]
</table>
<hr>
<input type="checkbox" id="insertnew" name="insertnew" value="1"
[% IF Param("makeproductgroups") %] checked[% END %]>
...
...
template/en/default/admin/groups/edit.html.tmpl
View file @
b816ccdb
...
...
@@ -106,6 +106,7 @@
</td>
</tr>
[% END %]
[% Hook.process('field') %]
</table>
<h4>Group Permissions</h4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment